Color Hex Logo

#c33eef Color Hex

#C33EEF
(195,62,239)
0 Favorites   0 Comments

Color spaces of #c33eef

RGB 19562239
HSL0.790.850.59
HSV285°74°94°
CMYK 0.180.740.00   0.06
XYZ39.808321.279383.6705
Yxy21.27930.27500.1470
Hunter Lab46.129573.3133-75.2506
CIE-Lab53.253875.5870-63.7864

#c33eef color RGB value is (195,62,239).

#c33eef hex color red value is 195, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c33eef hue: 0.79 , saturation: 0.85 and the lightness value of c33eef is 0.59.

The process color (four color CMYK) of #c33eef color hex is 0.18, 0.74, 0.00, 0.06. Web safe color of #c33eef is #cc33ff. Color #c33eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111110 11101111
Octal 303 76 357
Decimal 195 62 239
Hex C3 3E EF

RGB Percentages of Color #c33eef

%39.31
%12.50
%48.19

CMYK Percentages of Color #c33eef

%18
%74
%0
%6

Triadic Colors of #c33eef

#c33eef #efc33e #3eefc3

Analogous Colors of #c33eef

#c33eef #ef3ec3 #6b3eef

Monochromatic Colors of #c33eef

#c33eef

Complementary Color

#c33eef #6aef3e

#c33eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33eef Color CSS Codes

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

#c33eef Text Font Color

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

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


#c33eef Background Color

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

This div background color is #c33eef


#c33eef Border Color

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

This div border color is #c33eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,62,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c33eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c33eef;
  -webkit-box-shadow: 1px 1px 3px 2px #c33eef;
  box-shadow:         1px 1px 3px 2px #c33eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,62,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33eef


Comments

No comments written yet.

Please login to write comment.