Color Hex Logo

#c33dde Color Hex

#C33DDE
(195,61,222)
0 Favorites   0 Comments

Color spaces of #c33dde

RGB 19561222
HSL0.810.710.55
HSV290°73°87°
CMYK 0.120.730.00   0.13
XYZ37.359220.213571.0398
Yxy20.21350.29050.1572
Hunter Lab44.959469.6462-62.2118
CIE-Lab52.077772.8216-56.0891

#c33dde color RGB value is (195,61,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111101 11011110
Octal 303 75 336
Decimal 195 61 222
Hex C3 3D DE

RGB Percentages of Color #c33dde

%40.79
%12.76
%46.44

CMYK Percentages of Color #c33dde

%12
%73
%0
%13

Triadic Colors of #c33dde

#c33dde #dec33d #3ddec3

Analogous Colors of #c33dde

#c33dde #de3da9 #733dde

Monochromatic Colors of #c33dde

#c33dde

Complementary Color

#c33dde #58de3d

#c33dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33dde Color CSS Codes

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

#c33dde Text Font Color

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

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


#c33dde Background Color

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

This div background color is #c33dde


#c33dde Border Color

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

This div border color is #c33dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,61,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 #c33dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33dde


Comments

No comments written yet.

Please login to write comment.