color codes Logo

#c921fd color codes

#C921FD
(201,33,253)
0 Favorites   0 Comments

Color spaces of #c921fd

RGB 20133253
HSL0.790.980.56
HSV286°87°99°
CMYK 0.210.870.00   0.01
XYZ42.360920.597194.6715
Yxy20.59710.26870.1307
Hunter Lab45.384087.1877-91.9107
CIE-Lab52.505786.6426-72.7767

#c921fd color RGB value is (201,33,253).

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

The process color (four color CMYK) of #c921fd color code is 0.21, 0.87, 0.00, 0.01. Web safe color of #c921fd is #cc33ff. Color #c921fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100001 11111101
Octal 311 41 375
Decimal 201 33 253
Hex C9 21 FD

RGB Percentages of Color #c921fd

%41.27
%6.78
%51.95

CMYK Percentages of Color #c921fd

%21
%87
%0
%1

Triadic Colors of #c921fd

#c921fd #fdc921 #21fdc9

Analogous Colors of #c921fd

#c921fd #fd21c3 #5b21fd

Monochromatic Colors of #c921fd

#c921fd

Complementary Color

#c921fd #55fd21

#c921fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c921fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c921fd Color CSS Codes

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

#c921fd Text Font Color

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

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


#c921fd Background Color

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

This div background color is #c921fd


#c921fd Border Color

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

This div border color is #c921fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c921fd


Comments

No comments written yet.

Please login to write comment.