Color Hex Logo

#c239cc Color Hex

#C239CC
(194,57,204)
0 Favorites   0 Comments

Color spaces of #c239cc

RGB 19457204
HSL0.820.590.51
HSV296°72°80°
CMYK 0.050.720.00   0.20
XYZ34.610318.755258.9227
Yxy18.75520.30820.1670
Hunter Lab43.307366.8659-50.3533
CIE-Lab50.399670.8422-48.4992

#c239cc color RGB value is (194,57,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111001 11001100
Octal 302 71 314
Decimal 194 57 204
Hex C2 39 CC

RGB Percentages of Color #c239cc

%42.64
%12.53
%44.84

CMYK Percentages of Color #c239cc

%5
%72
%0
%20

Triadic Colors of #c239cc

#c239cc #ccc239 #39ccc2

Analogous Colors of #c239cc

#c239cc #cc398d #7939cc

Monochromatic Colors of #c239cc

#c239cc

Complementary Color

#c239cc #43cc39

#c239cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c239cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c239cc Color CSS Codes

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

#c239cc Text Font Color

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

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


#c239cc Background Color

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

This div background color is #c239cc


#c239cc Border Color

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

This div border color is #c239cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c239cc


Comments

No comments written yet.

Please login to write comment.