Color Hex Logo

#c5608a Color Hex

#C5608A
(197,96,138)
0 Favorites   0 Comments

Color spaces of #c5608a

RGB 19796138
HSL0.930.470.57
HSV335°51°77°
CMYK 0.000.510.30   0.23
XYZ31.796322.071026.6290
Yxy22.07100.39500.2742
Hunter Lab46.979838.5956-0.7208
CIE-Lab54.102344.9309-4.2065

#c5608a color RGB value is (197,96,138).

#c5608a hex color red value is 197, green value is 96 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c5608a hue: 0.93 , saturation: 0.47 and the lightness value of c5608a is 0.57.

The process color (four color CMYK) of #c5608a color hex is 0.00, 0.51, 0.30, 0.23. Web safe color of #c5608a is #cc6699. Color #c5608a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100000 10001010
Octal 305 140 212
Decimal 197 96 138
Hex C5 60 8A

RGB Percentages of Color #c5608a

%45.71
%22.27
%32.02

CMYK Percentages of Color #c5608a

%0
%51
%30
%23

Triadic Colors of #c5608a

#c5608a #8ac560 #608ac5

Analogous Colors of #c5608a

#c5608a #c56960 #c560bd

Monochromatic Colors of #c5608a

#c5608a

Complementary Color

#c5608a #60c59b

#c5608a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5608a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5608a Color CSS Codes

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

#c5608a Text Font Color

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

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


#c5608a Background Color

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

This div background color is #c5608a


#c5608a Border Color

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

This div border color is #c5608a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5608a


Comments

No comments written yet.

Please login to write comment.