Color Hex Logo

#c41064 Color Hex

#C41064
(196,16,100)
0 Favorites   0 Comments

Color spaces of #c41064

RGB 19616100
HSL0.920.850.42
HSV332°92°77°
CMYK 0.000.920.49   0.23
XYZ25.250513.026413.2401
Yxy13.02640.49010.2529
Hunter Lab36.092161.71973.5144
CIE-Lab42.803067.96452.2997

#c41064 color RGB value is (196,16,100).

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

The process color (four color CMYK) of #c41064 color hex is 0.00, 0.92, 0.49, 0.23. Web safe color of #c41064 is #cc0066. Color #c41064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 01100100
Octal 304 20 144
Decimal 196 16 100
Hex C4 10 64

RGB Percentages of Color #c41064

%62.82
%5.13
%32.05

CMYK Percentages of Color #c41064

%0
%92
%49
%23

Triadic Colors of #c41064

#c41064 #64c410 #1064c4

Analogous Colors of #c41064

#c41064 #c41610 #c410be

Monochromatic Colors of #c41064

#c41064

Complementary Color

#c41064 #10c470

#c41064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41064 Color CSS Codes

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

#c41064 Text Font Color

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

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


#c41064 Background Color

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

This div background color is #c41064


#c41064 Border Color

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

This div border color is #c41064


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,16,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41064


Comments

No comments written yet.

Please login to write comment.