COLOR #D508EB

HEX: #D508EB RGB: (213,8,235)

Color info

#D508EB contains mainly red and blue colors. Web safe color of #D508EB is #CC00FF (or #C0F).

RGB color model

#D508EB color RGB value is (213,8,235).

RGB: (213,8,235) (84%, 3%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 8 of 255 = 3%
B 235 of 255 = 92%

213
8
235

R + G + B ~ 60%. #D508EB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 213 + 8 + 235 = 456 (100%)
R 213 of 456 ~ 46.71%
G 8 of 456 ~ 1.75%
B 235 of 456 ~ 51.54'%

%46.71
%51.54

CMYK color model

#D508EB color CMYK value is (9,97,0,8).

  • cyan value is 9.36%
  • magenta value is 96.60%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (9,97,0,8)
C9M97Y0K8 (9%, 97%, 0%, 8%)
(0.09 / 0.97 / 0.00 / 0.08)

CMYK percentages

%9.36
%96.6
%0
%7.84

Codes

Color #D508EB in popluar color models

D5 08 EB
RGB 213 8 235
HSL 294° 93.42% 47.65%
HSB/HSV 294° 96.60% 92.16%
CMYK 9.36% 96.60% 0.00%
7.84%

Color #D508EB in popluar number systems.

HEX D5 08 EB
Decimal 213 8 235
Binary 11010101 1000 11101011
Octal 325 10 353

Shades and tints

Shades of #D508EB

#D508EB
(213,8,235)
#C208D6
(194,8,214)
#AF08C1
(175,8,193)
#9C08AC
(156,8,172)
#890897
(137,8,151)
#760882
(118,8,130)
#63086D
(99,8,109)
#500858
(80,8,88)
#3D0843
(61,8,67)
#2A082E
(42,8,46)
#170819
(23,8,25)
#000000
(0,0,0)

Tints of #D508EB

#D508EB
(213,8,235)
#D81EEC
(216,30,236)
#DB34ED
(219,52,237)
#DE4AEE
(222,74,238)
#E160EF
(225,96,239)
#E476F0
(228,118,240)
#E78CF1
(231,140,241)
#EAA2F2
(234,162,242)
#EDB8F3
(237,184,243)
#F0CEF4
(240,206,244)
#F3E4F5
(243,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D508EB color. Also use rgb(213,8,235) instead hex code.

Text Font Color

.myTextColor { color: #D508EB; }

<p style="color:#D508EB">This sample text font color is #D508EB.</p>

This text font color is #D508EB.

Background Color

.myBgColor { background-color: #D508EB; }

<div style="background-color:#D508EB">Inner text</div>

This div background color is #D508EB.

Border color

.myBorderColor { border: 1px solid #D508EB; }

<div style="border:3px solid #D508EB">Div</div>

This div border color is #D508EB.

Opacity

.myOpacity80 { color: #D508EB; opacity: 0.8; }

<p style="color:#D508EB;opacity:0.8;">80%</p>

Text with #D508EB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D508EB;}

<p style="text-shadow: 3px 3px 1px #D508EB">Text here.</p>

This text has shadow with #D508EB color.


.textShadow {text-shadow: 3px 3px 1px #D508EB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D508EB, 5px 5px 20px red">Text here.</p>

This text has shadow with #D508EB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D508EB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D508EB, Direction=45, Strength=4)">Text</p>

This text has shadow with #D508EB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D508EB;
-webkit-box-shadow: 1px 1px 3px 2px #D508EB;
box-shadow: 1px 1px 3px 2px #D508EB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D508EB; -webkit-box-shadow: 1px 1px 3px 2px #D508EB; box-shadow:1px 1px 3px 2px #D508EB;">
Div content here
</div>

This div box has shadow with color #D508EB.

Preview

Color preview on black background

This text has color #D508EB on black background.


Color preview on white background

This text has color #D508EB on white background.


Black color preview on #D508EB background

This text has black color on #D508EB background.


White color preview on #D508EB background

This text has white color on #D508EB background.


Related colors

Complementary color

Complementary color for #hex is #2AF714.


I love getcolorcode.com

Triadic colors

1 #EBD508 and #08EBD5 with #D508EB are triadic colors.

2 #EB08D5 and #08D5EB with #D508EB are triadic colors.