Color Hex Logo

#c5106a Color Hex

#C5106A
(197,16,106)
0 Favorites   0 Comments

Color spaces of #c5106a

RGB 19716106
HSL0.920.850.42
HSV330°92°77°
CMYK 0.000.920.46   0.23
XYZ25.812813.281514.8388
Yxy13.28150.47860.2463
Hunter Lab36.443862.65331.3696
CIE-Lab43.184468.6890-0.8803

#c5106a color RGB value is (197,16,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010000 01101010
Octal 305 20 152
Decimal 197 16 106
Hex C5 10 6A

RGB Percentages of Color #c5106a

%61.76
%5.02
%33.23

CMYK Percentages of Color #c5106a

%0
%92
%46
%23

Triadic Colors of #c5106a

#c5106a #6ac510 #106ac5

Analogous Colors of #c5106a

#c5106a #c51010 #c510c5

Monochromatic Colors of #c5106a

#c5106a

Complementary Color

#c5106a #10c56b

#c5106a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5106a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5106a Color CSS Codes

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

#c5106a Text Font Color

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

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


#c5106a Background Color

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

This div background color is #c5106a


#c5106a Border Color

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

This div border color is #c5106a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5106a


Comments

No comments written yet.

Please login to write comment.