Color Hex Logo

#c41468 Color Hex

#C41468
(196,20,104)
0 Favorites   0 Comments

Color spaces of #c41468

RGB 19620104
HSL0.920.810.42
HSV331°90°77°
CMYK 0.000.900.47   0.23
XYZ25.513813.235614.3067
Yxy13.23560.48090.2495
Hunter Lab36.380861.51562.1508
CIE-Lab43.116167.72820.2472

#c41468 color RGB value is (196,20,104).

#c41468 hex color red value is 196, green value is 20 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c41468 hue: 0.92 , saturation: 0.81 and the lightness value of c41468 is 0.42.

The process color (four color CMYK) of #c41468 color hex is 0.00, 0.90, 0.47, 0.23. Web safe color of #c41468 is #cc0066. Color #c41468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010100 01101000
Octal 304 24 150
Decimal 196 20 104
Hex C4 14 68

RGB Percentages of Color #c41468

%61.25
%6.25
%32.50

CMYK Percentages of Color #c41468

%0
%90
%47
%23

Triadic Colors of #c41468

#c41468 #68c414 #1468c4

Analogous Colors of #c41468

#c41468 #c41814 #c414c0

Monochromatic Colors of #c41468

#c41468

Complementary Color

#c41468 #14c470

#c41468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41468 Color CSS Codes

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

#c41468 Text Font Color

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

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


#c41468 Background Color

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

This div background color is #c41468


#c41468 Border Color

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

This div border color is #c41468


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,20,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 #c41468">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41468


Comments

No comments written yet.

Please login to write comment.