Color Hex Logo

#d481ca Color Hex

#D481CA
(212,129,202)
0 Favorites   0 Comments

Color spaces of #d481ca

RGB 212129202
HSL0.850.490.67
HSV307°39°83°
CMYK 0.000.390.05   0.17
XYZ45.662333.961860.0257
Yxy33.96180.32700.2432
Hunter Lab58.276837.8780-20.2756
CIE-Lab64.932242.7545-24.4536

#d481ca color RGB value is (212,129,202).

#d481ca hex color red value is 212, green value is 129 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d481ca hue: 0.85 , saturation: 0.49 and the lightness value of d481ca is 0.67.

The process color (four color CMYK) of #d481ca color hex is 0.00, 0.39, 0.05, 0.17. Web safe color of #d481ca is #cc99cc. Color #d481ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000001 11001010
Octal 324 201 312
Decimal 212 129 202
Hex D4 81 CA

RGB Percentages of Color #d481ca

%39.04
%23.76
%37.20

CMYK Percentages of Color #d481ca

%0
%39
%5
%17

Triadic Colors of #d481ca

#d481ca #cad481 #81cad4

Analogous Colors of #d481ca

#d481ca #d481a1 #b581d4

Monochromatic Colors of #d481ca

#d481ca

Complementary Color

#d481ca #81d48b

#d481ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d481ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d481ca Color CSS Codes

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

#d481ca Text Font Color

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

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


#d481ca Background Color

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

This div background color is #d481ca


#d481ca Border Color

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

This div border color is #d481ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,129,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 #d481ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d481ca


Comments

No comments written yet.

Please login to write comment.