Color Hex Logo

#c2235e Color Hex

#C2235E
(194,35,94)
0 Favorites   0 Comments

Color spaces of #c2235e

RGB 1943594
HSL0.940.690.45
HSV338°82°76°
CMYK 0.000.820.52   0.24
XYZ24.869513.479511.8807
Yxy13.47950.49510.2684
Hunter Lab36.714456.66146.5140
CIE-Lab43.477063.43436.9761

#c2235e color RGB value is (194,35,94).

#c2235e hex color red value is 194, green value is 35 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c2235e hue: 0.94 , saturation: 0.69 and the lightness value of c2235e is 0.45.

The process color (four color CMYK) of #c2235e color hex is 0.00, 0.82, 0.52, 0.24. Web safe color of #c2235e is #cc3366. Color #c2235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100011 01011110
Octal 302 43 136
Decimal 194 35 94
Hex C2 23 5E

RGB Percentages of Color #c2235e

%60.06
%10.84
%29.10

CMYK Percentages of Color #c2235e

%0
%82
%52
%24

Triadic Colors of #c2235e

#c2235e #5ec223 #235ec2

Analogous Colors of #c2235e

#c2235e #c23723 #c223ae

Monochromatic Colors of #c2235e

#c2235e

Complementary Color

#c2235e #23c287

#c2235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2235e Color CSS Codes

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

#c2235e Text Font Color

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

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


#c2235e Background Color

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

This div background color is #c2235e


#c2235e Border Color

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

This div border color is #c2235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2235e


Comments

No comments written yet.

Please login to write comment.