Color Hex Logo

#d454c2 Color Hex

#D454C2
(212,84,194)
0 Favorites   0 Comments

Color spaces of #d454c2

RGB 21284194
HSL0.860.600.58
HSV308°60°83°
CMYK 0.000.600.08   0.17
XYZ40.059324.232753.6050
Yxy24.23270.33980.2055
Hunter Lab49.226759.1114-30.1046
CIE-Lab56.320063.1552-33.2332

#d454c2 color RGB value is (212,84,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010100 11000010
Octal 324 124 302
Decimal 212 84 194
Hex D4 54 C2

RGB Percentages of Color #d454c2

%43.27
%17.14
%39.59

CMYK Percentages of Color #d454c2

%0
%60
%8
%17

Triadic Colors of #d454c2

#d454c2 #c2d454 #54c2d4

Analogous Colors of #d454c2

#d454c2 #d45482 #a654d4

Monochromatic Colors of #d454c2

#d454c2

Complementary Color

#d454c2 #54d466

#d454c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d454c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d454c2 Color CSS Codes

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

#d454c2 Text Font Color

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

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


#d454c2 Background Color

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

This div background color is #d454c2


#d454c2 Border Color

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

This div border color is #d454c2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,84,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d454c2


Comments

No comments written yet.

Please login to write comment.