Color Hex Logo

#c933de Color Hex

#C933DE
(201,51,222)
0 Favorites   0 Comments

Color spaces of #c933de

RGB 20151222
HSL0.810.720.54
HSV293°77°87°
CMYK 0.090.770.00   0.13
XYZ38.456020.059170.9522
Yxy20.05910.29700.1549
Hunter Lab44.787474.8884-62.5761
CIE-Lab51.904077.1204-56.3173

#c933de color RGB value is (201,51,222).

#c933de hex color red value is 201, green value is 51 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c933de hue: 0.81 , saturation: 0.72 and the lightness value of c933de is 0.54.

The process color (four color CMYK) of #c933de color hex is 0.09, 0.77, 0.00, 0.13. Web safe color of #c933de is #cc33cc. Color #c933de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110011 11011110
Octal 311 63 336
Decimal 201 51 222
Hex C9 33 DE

RGB Percentages of Color #c933de

%42.41
%10.76
%46.84

CMYK Percentages of Color #c933de

%9
%77
%0
%13

Triadic Colors of #c933de

#c933de #dec933 #33dec9

Analogous Colors of #c933de

#c933de #de339e #7433de

Monochromatic Colors of #c933de

#c933de

Complementary Color

#c933de #48de33

#c933de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c933de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c933de Color CSS Codes

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

#c933de Text Font Color

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

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


#c933de Background Color

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

This div background color is #c933de


#c933de Border Color

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

This div border color is #c933de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c933de


Comments

No comments written yet.

Please login to write comment.