Color Hex Logo

#d414b2 Color Hex

#D414B2
(212,20,178)
0 Favorites   0 Comments

Color spaces of #d414b2

RGB 21220178
HSL0.860.830.45
HSV311°91°83°
CMYK 0.000.910.16   0.17
XYZ35.437417.711743.6704
Yxy17.71170.36600.1829
Hunter Lab42.085376.6546-32.0635
CIE-Lab49.144579.0736-35.1751

#d414b2 color RGB value is (212,20,178).

#d414b2 hex color red value is 212, green value is 20 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #d414b2 hue: 0.86 , saturation: 0.83 and the lightness value of d414b2 is 0.45.

The process color (four color CMYK) of #d414b2 color hex is 0.00, 0.91, 0.16, 0.17. Web safe color of #d414b2 is #cc0099. Color #d414b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010100 10110010
Octal 324 24 262
Decimal 212 20 178
Hex D4 14 B2

RGB Percentages of Color #d414b2

%51.71
%4.88
%43.41

CMYK Percentages of Color #d414b2

%0
%91
%16
%17

Triadic Colors of #d414b2

#d414b2 #b2d414 #14b2d4

Analogous Colors of #d414b2

#d414b2 #d41452 #9614d4

Monochromatic Colors of #d414b2

#d414b2

Complementary Color

#d414b2 #14d436

#d414b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d414b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d414b2 Color CSS Codes

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

#d414b2 Text Font Color

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

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


#d414b2 Background Color

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

This div background color is #d414b2


#d414b2 Border Color

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

This div border color is #d414b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d414b2


Comments

No comments written yet.

Please login to write comment.