Color Hex Logo

#d508ce Color Hex

#D508CE
(213,8,206)
0 Favorites   0 Comments

Color spaces of #d508ce

RGB 2138206
HSL0.840.930.43
HSV302°96°84°
CMYK 0.000.960.03   0.16
XYZ38.668018.776059.9786
Yxy18.77600.32930.1599
Hunter Lab43.331383.4602-51.7366
CIE-Lab50.424184.1775-49.4247

#d508ce color RGB value is (213,8,206).

#d508ce hex color red value is 213, green value is 8 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d508ce hue: 0.84 , saturation: 0.93 and the lightness value of d508ce is 0.43.

The process color (four color CMYK) of #d508ce color hex is 0.00, 0.96, 0.03, 0.16. Web safe color of #d508ce is #cc00cc. Color #d508ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001000 11001110
Octal 325 10 316
Decimal 213 8 206
Hex D5 8 CE

RGB Percentages of Color #d508ce

%49.88
%1.87
%48.24

CMYK Percentages of Color #d508ce

%0
%96
%3
%16

Triadic Colors of #d508ce

#d508ce #ced508 #08ced5

Analogous Colors of #d508ce

#d508ce #d50868 #7608d5

Monochromatic Colors of #d508ce

#d508ce

Complementary Color

#d508ce #08d50f

#d508ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d508ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d508ce Color CSS Codes

.mybgcolor {background-color:#d508ce; } 
.myforecolor {color:#d508ce; }
.mybordercolor {border:3px solid #d508ce; }

#d508ce Text Font Color

<p style="color:#d508ce">Text here</p>

This sample text font color is #d508ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d508ce Background Color

<div style="background-color:#d508ce">
Div content here</div>

This div background color is #d508ce


#d508ce Border Color

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

This div border color is #d508ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,8,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d508ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d508ce;
  -webkit-box-shadow: 1px 1px 3px 2px #d508ce;
  box-shadow:         1px 1px 3px 2px #d508ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,8,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d508ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d508ce;
  -webkit-box-shadow: 1px 1px 3px 2px #d508ce;
  box-shadow:         1px 1px 3px 2px #d508ce;">
Div content here</div>

This div box has shadow with color #d508ce


Comments

No comments written yet.

Please login to write comment.