Color Hex Logo

#c33efc Color Hex

#C33EFC
(195,62,252)
0 Favorites   0 Comments

Color spaces of #c33efc

RGB 19562252
HSL0.780.970.62
HSV282°75°99°
CMYK 0.230.750.00   0.01
XYZ41.799022.075694.1534
Yxy22.07560.26450.1397
Hunter Lab46.984776.5758-85.9230
CIE-Lab54.107178.0436-69.6667

#c33efc color RGB value is (195,62,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111110 11111100
Octal 303 76 374
Decimal 195 62 252
Hex C3 3E FC

RGB Percentages of Color #c33efc

%38.31
%12.18
%49.51

CMYK Percentages of Color #c33efc

%23
%75
%0
%1

Triadic Colors of #c33efc

#c33efc #fcc33e #3efcc3

Analogous Colors of #c33efc

#c33efc #fc3ed6 #643efc

Monochromatic Colors of #c33efc

#c33efc

Complementary Color

#c33efc #77fc3e

#c33efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33efc Color CSS Codes

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

#c33efc Text Font Color

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

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


#c33efc Background Color

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

This div background color is #c33efc


#c33efc Border Color

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

This div border color is #c33efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33efc


Comments

No comments written yet.

Please login to write comment.