Color Hex Logo

#d454ca Color Hex

#D454CA
(212,84,202)
0 Favorites   0 Comments

Color spaces of #d454ca

RGB 21284202
HSL0.850.600.58
HSV305°60°83°
CMYK 0.000.600.05   0.17
XYZ40.982424.602058.4658
Yxy24.60200.33040.1983
Hunter Lab49.600460.6852-35.1670
CIE-Lab56.685664.4373-37.2389

#d454ca color RGB value is (212,84,202).

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

The process color (four color CMYK) of #d454ca color hex is 0.00, 0.60, 0.05, 0.17. Web safe color of #d454ca is #cc66cc. Color #d454ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010100 11001010
Octal 324 124 312
Decimal 212 84 202
Hex D4 54 CA

RGB Percentages of Color #d454ca

%42.57
%16.87
%40.56

CMYK Percentages of Color #d454ca

%0
%60
%5
%17

Triadic Colors of #d454ca

#d454ca #cad454 #54cad4

Analogous Colors of #d454ca

#d454ca #d4548a #9e54d4

Monochromatic Colors of #d454ca

#d454ca

Complementary Color

#d454ca #54d45e

#d454ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d454ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d454ca Color CSS Codes

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

#d454ca Text Font Color

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

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


#d454ca Background Color

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

This div background color is #d454ca


#d454ca Border Color

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

This div border color is #d454ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d454ca


Comments

No comments written yet.

Please login to write comment.