Color Hex Logo

#c03cce Color Hex

#C03CCE
(192,60,206)
0 Favorites   0 Comments

Color spaces of #c03cce

RGB 19260206
HSL0.820.600.52
HSV294°71°81°
CMYK 0.070.710.00   0.19
XYZ34.494718.894460.2214
Yxy18.89440.30360.1663
Hunter Lab43.467765.5840-51.7147
CIE-Lab50.563469.7379-49.4054

#c03cce color RGB value is (192,60,206).

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

The process color (four color CMYK) of #c03cce color hex is 0.07, 0.71, 0.00, 0.19. Web safe color of #c03cce is #cc33cc. Color #c03cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111100 11001110
Octal 300 74 316
Decimal 192 60 206
Hex C0 3C CE

RGB Percentages of Color #c03cce

%41.92
%13.10
%44.98

CMYK Percentages of Color #c03cce

%7
%71
%0
%19

Triadic Colors of #c03cce

#c03cce #cec03c #3ccec0

Analogous Colors of #c03cce

#c03cce #ce3c93 #773cce

Monochromatic Colors of #c03cce

#c03cce

Complementary Color

#c03cce #4ace3c

#c03cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03cce Color CSS Codes

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

#c03cce Text Font Color

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

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


#c03cce Background Color

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

This div background color is #c03cce


#c03cce Border Color

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

This div border color is #c03cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03cce


Comments

No comments written yet.

Please login to write comment.