Color Hex Logo

#c03cec Color Hex

#C03CEC
(192,60,236)
0 Favorites   0 Comments

Color spaces of #c03cec

RGB 19260236
HSL0.790.820.58
HSV285°75°93°
CMYK 0.190.750.00   0.07
XYZ38.494420.494381.2838
Yxy20.49430.27440.1461
Hunter Lab45.270672.5580-74.7663
CIE-Lab52.391575.1419-63.5145

#c03cec color RGB value is (192,60,236).

#c03cec hex color red value is 192, green value is 60 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c03cec hue: 0.79 , saturation: 0.82 and the lightness value of c03cec is 0.58.

The process color (four color CMYK) of #c03cec color hex is 0.19, 0.75, 0.00, 0.07. Web safe color of #c03cec is #cc33ff. Color #c03cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111100 11101100
Octal 300 74 354
Decimal 192 60 236
Hex C0 3C EC

RGB Percentages of Color #c03cec

%39.34
%12.30
%48.36

CMYK Percentages of Color #c03cec

%19
%75
%0
%7

Triadic Colors of #c03cec

#c03cec #ecc03c #3cecc0

Analogous Colors of #c03cec

#c03cec #ec3cc0 #683cec

Monochromatic Colors of #c03cec

#c03cec

Complementary Color

#c03cec #68ec3c

#c03cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03cec Color CSS Codes

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

#c03cec Text Font Color

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

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


#c03cec Background Color

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

This div background color is #c03cec


#c03cec Border Color

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

This div border color is #c03cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03cec


Comments

No comments written yet.

Please login to write comment.