Color Hex Logo

#c033ee Color Hex

#C033EE
(192,51,238)
0 Favorites   0 Comments

Color spaces of #c033ee

RGB 19251238
HSL0.790.850.57
HSV285°79°93°
CMYK 0.190.790.00   0.07
XYZ38.354719.747282.6790
Yxy19.74720.27240.1403
Hunter Lab44.437876.2988-79.2058
CIE-Lab51.550278.3204-65.9973

#c033ee color RGB value is (192,51,238).

#c033ee hex color red value is 192, green value is 51 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c033ee hue: 0.79 , saturation: 0.85 and the lightness value of c033ee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110011 11101110
Octal 300 63 356
Decimal 192 51 238
Hex C0 33 EE

RGB Percentages of Color #c033ee

%39.92
%10.60
%49.48

CMYK Percentages of Color #c033ee

%19
%79
%0
%7

Triadic Colors of #c033ee

#c033ee #eec033 #33eec0

Analogous Colors of #c033ee

#c033ee #ee33bf #6233ee

Monochromatic Colors of #c033ee

#c033ee

Complementary Color

#c033ee #61ee33

#c033ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c033ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c033ee Color CSS Codes

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

#c033ee Text Font Color

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

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


#c033ee Background Color

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

This div background color is #c033ee


#c033ee Border Color

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

This div border color is #c033ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c033ee


Comments

No comments written yet.

Please login to write comment.