Color Hex Logo

#c933ed Color Hex

#C933ED
(201,51,237)
0 Favorites   0 Comments

Color spaces of #c933ed

RGB 20151237
HSL0.800.840.56
HSV288°78°93°
CMYK 0.150.780.00   0.07
XYZ40.557320.899682.0172
Yxy20.89960.28270.1457
Hunter Lab45.716178.3542-74.3683
CIE-Lab52.839479.7048-63.2863

#c933ed color RGB value is (201,51,237).

#c933ed hex color red value is 201, green value is 51 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c933ed hue: 0.80 , saturation: 0.84 and the lightness value of c933ed is 0.56.

The process color (four color CMYK) of #c933ed color hex is 0.15, 0.78, 0.00, 0.07. Web safe color of #c933ed is #cc33ff. Color #c933ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110011 11101101
Octal 311 63 355
Decimal 201 51 237
Hex C9 33 ED

RGB Percentages of Color #c933ed

%41.10
%10.43
%48.47

CMYK Percentages of Color #c933ed

%15
%78
%0
%7

Triadic Colors of #c933ed

#c933ed #edc933 #33edc9

Analogous Colors of #c933ed

#c933ed #ed33b4 #6c33ed

Monochromatic Colors of #c933ed

#c933ed

Complementary Color

#c933ed #57ed33

#c933ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c933ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c933ed Color CSS Codes

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

#c933ed Text Font Color

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

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


#c933ed Background Color

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

This div background color is #c933ed


#c933ed Border Color

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

This div border color is #c933ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,51,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c933ed


Comments

No comments written yet.

Please login to write comment.