Color Hex Logo

#c239cb Color Hex

#C239CB
(194,57,203)
0 Favorites   0 Comments

Color spaces of #c239cb

RGB 19457203
HSL0.820.580.51
HSV296°72°80°
CMYK 0.040.720.00   0.20
XYZ34.490818.707458.2929
Yxy18.70740.30940.1678
Hunter Lab43.252166.6515-49.6316
CIE-Lab50.343170.6742-48.0138

#c239cb color RGB value is (194,57,203).

#c239cb hex color red value is 194, green value is 57 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c239cb hue: 0.82 , saturation: 0.58 and the lightness value of c239cb is 0.51.

The process color (four color CMYK) of #c239cb color hex is 0.04, 0.72, 0.00, 0.20. Web safe color of #c239cb is #cc33cc. Color #c239cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111001 11001011
Octal 302 71 313
Decimal 194 57 203
Hex C2 39 CB

RGB Percentages of Color #c239cb

%42.73
%12.56
%44.71

CMYK Percentages of Color #c239cb

%4
%72
%0
%20

Triadic Colors of #c239cb

#c239cb #cbc239 #39cbc2

Analogous Colors of #c239cb

#c239cb #cb398b #7939cb

Monochromatic Colors of #c239cb

#c239cb

Complementary Color

#c239cb #42cb39

#c239cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c239cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c239cb Color CSS Codes

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

#c239cb Text Font Color

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

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


#c239cb Background Color

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

This div background color is #c239cb


#c239cb Border Color

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

This div border color is #c239cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c239cb


Comments

No comments written yet.

Please login to write comment.