Color Hex Logo

#c5036b Color Hex

#C5036B
(197,3,107)
0 Favorites   0 Comments

Color spaces of #c5036b

RGB 1973107
HSL0.910.970.39
HSV328°98°77°
CMYK 0.000.980.46   0.23
XYZ25.712412.997015.0634
Yxy12.99700.47820.2417
Hunter Lab36.051464.21920.4627
CIE-Lab42.758770.1034-2.1309

#c5036b color RGB value is (197,3,107).

#c5036b hex color red value is 197, green value is 3 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c5036b hue: 0.91 , saturation: 0.97 and the lightness value of c5036b is 0.39.

The process color (four color CMYK) of #c5036b color hex is 0.00, 0.98, 0.46, 0.23. Web safe color of #c5036b is #cc0066. Color #c5036b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000011 01101011
Octal 305 3 153
Decimal 197 3 107
Hex C5 3 6B

RGB Percentages of Color #c5036b

%64.17
%0.98
%34.85

CMYK Percentages of Color #c5036b

%0
%98
%46
%23

Triadic Colors of #c5036b

#c5036b #6bc503 #036bc5

Analogous Colors of #c5036b

#c5036b #c5030a #be03c5

Monochromatic Colors of #c5036b

#c5036b

Complementary Color

#c5036b #03c55d

#c5036b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5036b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5036b Color CSS Codes

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

#c5036b Text Font Color

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

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


#c5036b Background Color

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

This div background color is #c5036b


#c5036b Border Color

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

This div border color is #c5036b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,3,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5036b


Comments

No comments written yet.

Please login to write comment.