Color Hex Logo

#d423cc Color Hex

#D423CC
(212,35,204)
0 Favorites   0 Comments

Color spaces of #d423cc

RGB 21235204
HSL0.840.720.48
HSV303°83°83°
CMYK 0.000.830.04   0.17
XYZ38.651519.558758.8648
Yxy19.55870.33010.1671
Hunter Lab44.225278.6095-47.9587
CIE-Lab51.334680.2004-46.8337

#d423cc color RGB value is (212,35,204).

#d423cc hex color red value is 212, green value is 35 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d423cc hue: 0.84 , saturation: 0.72 and the lightness value of d423cc is 0.48.

The process color (four color CMYK) of #d423cc color hex is 0.00, 0.83, 0.04, 0.17. Web safe color of #d423cc is #cc33cc. Color #d423cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100011 11001100
Octal 324 43 314
Decimal 212 35 204
Hex D4 23 CC

RGB Percentages of Color #d423cc

%47.01
%7.76
%45.23

CMYK Percentages of Color #d423cc

%0
%83
%4
%17

Triadic Colors of #d423cc

#d423cc #ccd423 #23ccd4

Analogous Colors of #d423cc

#d423cc #d42374 #8423d4

Monochromatic Colors of #d423cc

#d423cc

Complementary Color

#d423cc #23d42b

#d423cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d423cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d423cc Color CSS Codes

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

#d423cc Text Font Color

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

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


#d423cc Background Color

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

This div background color is #d423cc


#d423cc Border Color

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

This div border color is #d423cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d423cc


Comments

No comments written yet.

Please login to write comment.