Color Hex Logo

#c2337f Color Hex

#C2337F
(194,51,127)
0 Favorites   0 Comments

Color spaces of #c2337f

RGB 19451127
HSL0.910.580.48
HSV328°74°76°
CMYK 0.000.740.35   0.24
XYZ27.262715.369321.6083
Yxy15.36930.42440.2392
Hunter Lab39.203755.5245-5.2369
CIE-Lab46.135961.9193-9.5277

#c2337f color RGB value is (194,51,127).

#c2337f hex color red value is 194, green value is 51 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c2337f hue: 0.91 , saturation: 0.58 and the lightness value of c2337f is 0.48.

The process color (four color CMYK) of #c2337f color hex is 0.00, 0.74, 0.35, 0.24. Web safe color of #c2337f is #cc3366. Color #c2337f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110011 01111111
Octal 302 63 177
Decimal 194 51 127
Hex C2 33 7F

RGB Percentages of Color #c2337f

%52.15
%13.71
%34.14

CMYK Percentages of Color #c2337f

%0
%74
%35
%24

Triadic Colors of #c2337f

#c2337f #7fc233 #337fc2

Analogous Colors of #c2337f

#c2337f #c23337 #be33c2

Monochromatic Colors of #c2337f

#c2337f

Complementary Color

#c2337f #33c276

#c2337f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2337f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2337f Color CSS Codes

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

#c2337f Text Font Color

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

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


#c2337f Background Color

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

This div background color is #c2337f


#c2337f Border Color

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

This div border color is #c2337f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2337f


Comments

No comments written yet.

Please login to write comment.