Color Hex Logo

#d508ca Color Hex

#D508CA
(213,8,202)
0 Favorites   0 Comments

Color spaces of #d508ca

RGB 2138202
HSL0.840.930.43
HSV303°96°84°
CMYK 0.000.960.05   0.16
XYZ38.188118.584157.4515
Yxy18.58410.33430.1627
Hunter Lab43.109382.6819-48.8390
CIE-Lab50.197083.6172-47.4805

#d508ca color RGB value is (213,8,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001000 11001010
Octal 325 10 312
Decimal 213 8 202
Hex D5 8 CA

RGB Percentages of Color #d508ca

%50.35
%1.89
%47.75

CMYK Percentages of Color #d508ca

%0
%96
%5
%16

Triadic Colors of #d508ca

#d508ca #cad508 #08cad5

Analogous Colors of #d508ca

#d508ca #d50864 #7a08d5

Monochromatic Colors of #d508ca

#d508ca

Complementary Color

#d508ca #08d513

#d508ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d508ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d508ca Color CSS Codes

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

#d508ca Text Font Color

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

This sample text font color is #d508ca
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.


#d508ca Background Color

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

This div background color is #d508ca


#d508ca Border Color

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

This div border color is #d508ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d508ca


Comments

No comments written yet.

Please login to write comment.