Color Hex Logo

#c933fd Color Hex

#C933FD
(201,51,253)
0 Favorites   0 Comments

Color spaces of #c933fd

RGB 20151253
HSL0.790.980.60
HSV285°80°99°
CMYK 0.210.800.00   0.01
XYZ43.000821.877094.8848
Yxy21.87700.26920.1369
Hunter Lab46.772982.2521-87.5365
CIE-Lab53.896382.5623-70.5224

#c933fd color RGB value is (201,51,253).

#c933fd hex color red value is 201, green value is 51 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c933fd hue: 0.79 , saturation: 0.98 and the lightness value of c933fd is 0.60.

The process color (four color CMYK) of #c933fd color hex is 0.21, 0.80, 0.00, 0.01. Web safe color of #c933fd is #cc33ff. Color #c933fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110011 11111101
Octal 311 63 375
Decimal 201 51 253
Hex C9 33 FD

RGB Percentages of Color #c933fd

%39.80
%10.10
%50.10

CMYK Percentages of Color #c933fd

%21
%80
%0
%1

Triadic Colors of #c933fd

#c933fd #fdc933 #33fdc9

Analogous Colors of #c933fd

#c933fd #fd33cc #6433fd

Monochromatic Colors of #c933fd

#c933fd

Complementary Color

#c933fd #67fd33

#c933fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c933fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c933fd Color CSS Codes

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

#c933fd Text Font Color

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

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


#c933fd Background Color

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

This div background color is #c933fd


#c933fd Border Color

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

This div border color is #c933fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c933fd


Comments

No comments written yet.

Please login to write comment.