Color Hex Logo

#c921cb Color Hex

#C921CB
(201,33,203)
0 Favorites   0 Comments

Color spaces of #c921cb

RGB 20133203
HSL0.830.720.46
HSV299°84°80°
CMYK 0.010.840.00   0.20
XYZ35.410717.817058.0726
Yxy17.81700.31820.1601
Hunter Lab42.210275.8782-52.0238
CIE-Lab49.273478.4278-49.6533

#c921cb color RGB value is (201,33,203).

#c921cb hex color red value is 201, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c921cb hue: 0.83 , saturation: 0.72 and the lightness value of c921cb is 0.46.

The process color (four color CMYK) of #c921cb color hex is 0.01, 0.84, 0.00, 0.20. Web safe color of #c921cb is #cc33cc. Color #c921cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100001 11001011
Octal 311 41 313
Decimal 201 33 203
Hex C9 21 CB

RGB Percentages of Color #c921cb

%46.00
%7.55
%46.45

CMYK Percentages of Color #c921cb

%1
%84
%0
%20

Triadic Colors of #c921cb

#c921cb #cbc921 #21cbc9

Analogous Colors of #c921cb

#c921cb #cb2178 #7421cb

Monochromatic Colors of #c921cb

#c921cb

Complementary Color

#c921cb #23cb21

#c921cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c921cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c921cb Color CSS Codes

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

#c921cb Text Font Color

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

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


#c921cb Background Color

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

This div background color is #c921cb


#c921cb Border Color

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

This div border color is #c921cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c921cb


Comments

No comments written yet.

Please login to write comment.