Color Hex Logo

#c2095d Color Hex

#C2095D
(194,9,93)
0 Favorites   0 Comments

Color spaces of #c2095d

RGB 194993
HSL0.920.910.40
HSV333°95°76°
CMYK 0.000.950.52   0.24
XYZ24.321612.455011.4781
Yxy12.45500.50400.2581
Hunter Lab35.291661.25475.4209
CIE-Lab41.930367.73525.4013

#c2095d color RGB value is (194,9,93).

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

The process color (four color CMYK) of #c2095d color hex is 0.00, 0.95, 0.52, 0.24. Web safe color of #c2095d is #cc0066. Color #c2095d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 01011101
Octal 302 11 135
Decimal 194 9 93
Hex C2 9 5D

RGB Percentages of Color #c2095d

%65.54
%3.04
%31.42

CMYK Percentages of Color #c2095d

%0
%95
%52
%24

Triadic Colors of #c2095d

#c2095d #5dc209 #095dc2

Analogous Colors of #c2095d

#c2095d #c21109 #c209ba

Monochromatic Colors of #c2095d

#c2095d

Complementary Color

#c2095d #09c26e

#c2095d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2095d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2095d Color CSS Codes

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

#c2095d Text Font Color

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

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


#c2095d Background Color

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

This div background color is #c2095d


#c2095d Border Color

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

This div border color is #c2095d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2095d


Comments

No comments written yet.

Please login to write comment.