Color Hex Logo

#c039ff Color Hex

#C039FF
(192,57,255)
0 Favorites   0 Comments

Color spaces of #c039ff

RGB 19257255
HSL0.781.000.61
HSV281°78°100°
CMYK 0.250.780.00   0.00
XYZ41.251421.352796.5550
Yxy21.35270.25920.1342
Hunter Lab46.209078.4837-91.5419
CIE-Lab53.333479.7111-72.6073

#c039ff color RGB value is (192,57,255).

#c039ff hex color red value is 192, green value is 57 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c039ff hue: 0.78 , saturation: 1.00 and the lightness value of c039ff is 0.61.

The process color (four color CMYK) of #c039ff color hex is 0.25, 0.78, 0.00, 0.00. Web safe color of #c039ff is #cc33ff. Color #c039ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111001 11111111
Octal 300 71 377
Decimal 192 57 255
Hex C0 39 FF

RGB Percentages of Color #c039ff

%38.10
%11.31
%50.60

CMYK Percentages of Color #c039ff

%25
%78
%0
%0

Triadic Colors of #c039ff

#c039ff #ffc039 #39ffc0

Analogous Colors of #c039ff

#c039ff #ff39db #5d39ff

Monochromatic Colors of #c039ff

#c039ff

Complementary Color

#c039ff #78ff39

#c039ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c039ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c039ff Color CSS Codes

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

#c039ff Text Font Color

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

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


#c039ff Background Color

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

This div background color is #c039ff


#c039ff Border Color

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

This div border color is #c039ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c039ff


Comments

No comments written yet.

Please login to write comment.