Color Hex Logo

#c33bde Color Hex

#C33BDE
(195,59,222)
0 Favorites   0 Comments

Color spaces of #c33bde

RGB 19559222
HSL0.810.710.55
HSV290°73°87°
CMYK 0.120.730.00   0.13
XYZ37.254520.004071.0049
Yxy20.00400.29050.1560
Hunter Lab44.725870.4118-62.8183
CIE-Lab51.841773.4965-56.4676

#c33bde color RGB value is (195,59,222).

#c33bde hex color red value is 195, green value is 59 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c33bde hue: 0.81 , saturation: 0.71 and the lightness value of c33bde is 0.55.

The process color (four color CMYK) of #c33bde color hex is 0.12, 0.73, 0.00, 0.13. Web safe color of #c33bde is #cc33cc. Color #c33bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111011 11011110
Octal 303 73 336
Decimal 195 59 222
Hex C3 3B DE

RGB Percentages of Color #c33bde

%40.97
%12.39
%46.64

CMYK Percentages of Color #c33bde

%12
%73
%0
%13

Triadic Colors of #c33bde

#c33bde #dec33b #3bdec3

Analogous Colors of #c33bde

#c33bde #de3ba8 #723bde

Monochromatic Colors of #c33bde

#c33bde

Complementary Color

#c33bde #56de3b

#c33bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33bde Color CSS Codes

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

#c33bde Text Font Color

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

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


#c33bde Background Color

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

This div background color is #c33bde


#c33bde Border Color

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

This div border color is #c33bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33bde


Comments

No comments written yet.

Please login to write comment.