Color Hex Logo

#d42198 Color Hex

#D42198
(212,33,152)
0 Favorites   0 Comments

Color spaces of #d42198

RGB 21233152
HSL0.890.730.48
HSV320°84°83°
CMYK 0.000.840.28   0.17
XYZ33.362717.351831.2966
Yxy17.35180.40680.2116
Hunter Lab41.655570.0670-15.3869
CIE-Lab48.700373.8239-20.4382

#d42198 color RGB value is (212,33,152).

#d42198 hex color red value is 212, green value is 33 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d42198 hue: 0.89 , saturation: 0.73 and the lightness value of d42198 is 0.48.

The process color (four color CMYK) of #d42198 color hex is 0.00, 0.84, 0.28, 0.17. Web safe color of #d42198 is #cc3399. Color #d42198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100001 10011000
Octal 324 41 230
Decimal 212 33 152
Hex D4 21 98

RGB Percentages of Color #d42198

%53.40
%8.31
%38.29

CMYK Percentages of Color #d42198

%0
%84
%28
%17

Triadic Colors of #d42198

#d42198 #98d421 #2198d4

Analogous Colors of #d42198

#d42198 #d4213f #b721d4

Monochromatic Colors of #d42198

#d42198

Complementary Color

#d42198 #21d45d

#d42198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42198 Color CSS Codes

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

#d42198 Text Font Color

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

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


#d42198 Background Color

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

This div background color is #d42198


#d42198 Border Color

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

This div border color is #d42198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42198


Comments

No comments written yet.

Please login to write comment.