Color Hex Logo

#c2609e Color Hex

#C2609E
(194,96,158)
0 Favorites   0 Comments

Color spaces of #c2609e

RGB 19496158
HSL0.890.450.57
HSV322°51°76°
CMYK 0.000.510.19   0.24
XYZ32.602622.303734.9345
Yxy22.30370.36290.2483
Hunter Lab47.226840.5790-10.7991
CIE-Lab54.347846.7822-15.6290

#c2609e color RGB value is (194,96,158).

#c2609e hex color red value is 194, green value is 96 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c2609e hue: 0.89 , saturation: 0.45 and the lightness value of c2609e is 0.57.

The process color (four color CMYK) of #c2609e color hex is 0.00, 0.51, 0.19, 0.24. Web safe color of #c2609e is #cc6699. Color #c2609e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100000 10011110
Octal 302 140 236
Decimal 194 96 158
Hex C2 60 9E

RGB Percentages of Color #c2609e

%43.30
%21.43
%35.27

CMYK Percentages of Color #c2609e

%0
%51
%19
%24

Triadic Colors of #c2609e

#c2609e #9ec260 #609ec2

Analogous Colors of #c2609e

#c2609e #c2606d #b560c2

Monochromatic Colors of #c2609e

#c2609e

Complementary Color

#c2609e #60c284

#c2609e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2609e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2609e Color CSS Codes

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

#c2609e Text Font Color

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

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


#c2609e Background Color

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

This div background color is #c2609e


#c2609e Border Color

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

This div border color is #c2609e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2609e


Comments

No comments written yet.

Please login to write comment.