Color Hex Logo

#c33efe Color Hex

#C33EFE
(195,62,254)
0 Favorites   0 Comments

Color spaces of #c33efe

RGB 19562254
HSL0.780.990.62
HSV282°76°100°
CMYK 0.230.760.00   0.00
XYZ42.117722.203195.8317
Yxy22.20310.26300.1386
Hunter Lab47.120277.0894-87.5983
CIE-Lab54.241878.4269-70.5600

#c33efe color RGB value is (195,62,254).

#c33efe hex color red value is 195, green value is 62 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c33efe hue: 0.78 , saturation: 0.99 and the lightness value of c33efe is 0.62.

The process color (four color CMYK) of #c33efe color hex is 0.23, 0.76, 0.00, 0.00. Web safe color of #c33efe is #cc33ff. Color #c33efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111110 11111110
Octal 303 76 376
Decimal 195 62 254
Hex C3 3E FE

RGB Percentages of Color #c33efe

%38.16
%12.13
%49.71

CMYK Percentages of Color #c33efe

%23
%76
%0
%0

Triadic Colors of #c33efe

#c33efe #fec33e #3efec3

Analogous Colors of #c33efe

#c33efe #fe3ed9 #633efe

Monochromatic Colors of #c33efe

#c33efe

Complementary Color

#c33efe #79fe3e

#c33efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33efe Color CSS Codes

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

#c33efe Text Font Color

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

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


#c33efe Background Color

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

This div background color is #c33efe


#c33efe Border Color

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

This div border color is #c33efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33efe


Comments

No comments written yet.

Please login to write comment.