Color Hex Logo

#c33ebd Color Hex

#C33EBD
(195,62,189)
0 Favorites   0 Comments

Color spaces of #c33ebd

RGB 19562189
HSL0.840.530.50
HSV303°68°76°
CMYK 0.000.680.03   0.24
XYZ33.413618.721549.9966
Yxy18.72150.32720.1833
Hunter Lab43.268362.1254-38.2218
CIE-Lab50.359866.8502-39.8834

#c33ebd color RGB value is (195,62,189).

#c33ebd hex color red value is 195, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c33ebd hue: 0.84 , saturation: 0.53 and the lightness value of c33ebd is 0.50.

The process color (four color CMYK) of #c33ebd color hex is 0.00, 0.68, 0.03, 0.24. Web safe color of #c33ebd is #cc33cc. Color #c33ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111110 10111101
Octal 303 76 275
Decimal 195 62 189
Hex C3 3E BD

RGB Percentages of Color #c33ebd

%43.72
%13.90
%42.38

CMYK Percentages of Color #c33ebd

%0
%68
%3
%24

Triadic Colors of #c33ebd

#c33ebd #bdc33e #3ebdc3

Analogous Colors of #c33ebd

#c33ebd #c33e7b #873ec3

Monochromatic Colors of #c33ebd

#c33ebd

Complementary Color

#c33ebd #3ec344

#c33ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33ebd Color CSS Codes

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

#c33ebd Text Font Color

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

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


#c33ebd Background Color

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

This div background color is #c33ebd


#c33ebd Border Color

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

This div border color is #c33ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33ebd


Comments

No comments written yet.

Please login to write comment.