Color Hex Logo

#c33ceb Color Hex

#C33CEB
(195,60,235)
0 Favorites   0 Comments

Color spaces of #c33ceb

RGB 19560235
HSL0.800.810.58
HSV286°74°92°
CMYK 0.170.740.00   0.08
XYZ39.116920.832080.5565
Yxy20.83200.27840.1483
Hunter Lab45.642173.1072-72.6951
CIE-Lab52.765175.5150-62.3276

#c33ceb color RGB value is (195,60,235).

#c33ceb hex color red value is 195, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c33ceb hue: 0.80 , saturation: 0.81 and the lightness value of c33ceb is 0.58.

The process color (four color CMYK) of #c33ceb color hex is 0.17, 0.74, 0.00, 0.08. Web safe color of #c33ceb is #cc33ff. Color #c33ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111100 11101011
Octal 303 74 353
Decimal 195 60 235
Hex C3 3C EB

RGB Percentages of Color #c33ceb

%39.80
%12.24
%47.96

CMYK Percentages of Color #c33ceb

%17
%74
%0
%8

Triadic Colors of #c33ceb

#c33ceb #ebc33c #3cebc3

Analogous Colors of #c33ceb

#c33ceb #eb3cbc #6c3ceb

Monochromatic Colors of #c33ceb

#c33ceb

Complementary Color

#c33ceb #64eb3c

#c33ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33ceb Color CSS Codes

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

#c33ceb Text Font Color

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

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


#c33ceb Background Color

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

This div background color is #c33ceb


#c33ceb Border Color

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

This div border color is #c33ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33ceb


Comments

No comments written yet.

Please login to write comment.