color codes Logo

#c2095f color codes

#C2095F
(194,9,95)
0 Favorites   0 Comments

Color spaces of #c2095f

RGB 194995
HSL0.920.910.40
HSV332°95°76°
CMYK 0.000.950.51   0.24
XYZ24.411412.490911.9508
Yxy12.49090.49970.2557
Hunter Lab35.342561.44244.6912
CIE-Lab41.985967.88574.2176

#c2095f color RGB value is (194,9,95).

#c2095f hex color red value is 194, green value is 9 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c2095f hue: 0.92 , saturation: 0.91 and the lightness value of c2095f is 0.40.

The process color (four color CMYK) of #c2095f color code is 0.00, 0.95, 0.51, 0.24. Web safe color of #c2095f is #cc0066. Color #c2095f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 01011111
Octal 302 11 137
Decimal 194 9 95
Hex C2 9 5F

RGB Percentages of Color #c2095f

%65.10
%3.02
%31.88

CMYK Percentages of Color #c2095f

%0
%95
%51
%24

Triadic Colors of #c2095f

#c2095f #5fc209 #095fc2

Analogous Colors of #c2095f

#c2095f #c20f09 #c209bc

Monochromatic Colors of #c2095f

#c2095f

Complementary Color

#c2095f #09c26c

#c2095f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2095f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2095f Color CSS Codes

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

#c2095f Text Font Color

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

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


#c2095f Background Color

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

This div background color is #c2095f


#c2095f Border Color

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

This div border color is #c2095f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2095f


Comments

No comments written yet.

Please login to write comment.