Color Hex Logo

#d41568 Color Hex

#D41568
(212,21,104)
0 Favorites   0 Comments

Color spaces of #d41568

RGB 21221104
HSL0.930.820.46
HSV334°90°83°
CMYK 0.000.900.51   0.17
XYZ29.918215.532914.5180
Yxy15.53290.49890.2590
Hunter Lab39.411866.53195.7478
CIE-Lab46.355671.34865.3344

#d41568 color RGB value is (212,21,104).

#d41568 hex color red value is 212, green value is 21 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d41568 hue: 0.93 , saturation: 0.82 and the lightness value of d41568 is 0.46.

The process color (four color CMYK) of #d41568 color hex is 0.00, 0.90, 0.51, 0.17. Web safe color of #d41568 is #cc0066. Color #d41568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010101 01101000
Octal 324 25 150
Decimal 212 21 104
Hex D4 15 68

RGB Percentages of Color #d41568

%62.91
%6.23
%30.86

CMYK Percentages of Color #d41568

%0
%90
%51
%17

Triadic Colors of #d41568

#d41568 #68d415 #1568d4

Analogous Colors of #d41568

#d41568 #d42215 #d415c8

Monochromatic Colors of #d41568

#d41568

Complementary Color

#d41568 #15d481

#d41568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41568 Color CSS Codes

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

#d41568 Text Font Color

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

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


#d41568 Background Color

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

This div background color is #d41568


#d41568 Border Color

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

This div border color is #d41568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41568


Comments

No comments written yet.

Please login to write comment.