Color Hex Logo

#c2609a Color Hex

#C2609A
(194,96,154)
0 Favorites   0 Comments

Color spaces of #c2609a

RGB 19496154
HSL0.900.450.57
HSV324°51°76°
CMYK 0.000.510.21   0.24
XYZ32.263722.168233.1502
Yxy22.16820.36840.2531
Hunter Lab47.083139.9216-8.7866
CIE-Lab54.205046.1805-13.5033

#c2609a color RGB value is (194,96,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100000 10011010
Octal 302 140 232
Decimal 194 96 154
Hex C2 60 9A

RGB Percentages of Color #c2609a

%43.69
%21.62
%34.68

CMYK Percentages of Color #c2609a

%0
%51
%21
%24

Triadic Colors of #c2609a

#c2609a #9ac260 #609ac2

Analogous Colors of #c2609a

#c2609a #c26069 #b960c2

Monochromatic Colors of #c2609a

#c2609a

Complementary Color

#c2609a #60c288

#c2609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2609a Color CSS Codes

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

#c2609a Text Font Color

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

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


#c2609a Background Color

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

This div background color is #c2609a


#c2609a Border Color

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

This div border color is #c2609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2609a


Comments

No comments written yet.

Please login to write comment.