Color Hex Logo

#c4015d Color Hex

#C4015D
(196,1,93)
0 Favorites   0 Comments

Color spaces of #c4015d

RGB 196193
HSL0.920.990.39
HSV332°99°77°
CMYK 0.000.990.53   0.23
XYZ24.751612.547811.4733
Yxy12.54780.50750.2573
Hunter Lab35.422962.73625.5923
CIE-Lab42.073868.97645.6619

#c4015d color RGB value is (196,1,93).

#c4015d hex color red value is 196, green value is 1 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c4015d hue: 0.92 , saturation: 0.99 and the lightness value of c4015d is 0.39.

The process color (four color CMYK) of #c4015d color hex is 0.00, 0.99, 0.53, 0.23. Web safe color of #c4015d is #cc0066. Color #c4015d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000001 01011101
Octal 304 1 135
Decimal 196 1 93
Hex C4 1 5D

RGB Percentages of Color #c4015d

%67.59
%0.34
%32.07

CMYK Percentages of Color #c4015d

%0
%99
%53
%23

Triadic Colors of #c4015d

#c4015d #5dc401 #015dc4

Analogous Colors of #c4015d

#c4015d #c40601 #c401bf

Monochromatic Colors of #c4015d

#c4015d

Complementary Color

#c4015d #01c468

#c4015d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4015d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4015d Color CSS Codes

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

#c4015d Text Font Color

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

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


#c4015d Background Color

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

This div background color is #c4015d


#c4015d Border Color

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

This div border color is #c4015d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4015d


Comments

No comments written yet.

Please login to write comment.