Color Hex Logo

#c021cd Color Hex

#C021CD
(192,33,205)
0 Favorites   0 Comments

Color spaces of #c021cd

RGB 19233205
HSL0.820.720.47
HSV295°84°80°
CMYK 0.060.840.00   0.20
XYZ33.301516.702059.2262
Yxy16.70200.30490.1529
Hunter Lab40.868173.9322-57.3157
CIE-Lab47.882377.1337-53.1186

#c021cd color RGB value is (192,33,205).

#c021cd hex color red value is 192, green value is 33 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c021cd hue: 0.82 , saturation: 0.72 and the lightness value of c021cd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100001 11001101
Octal 300 41 315
Decimal 192 33 205
Hex C0 21 CD

RGB Percentages of Color #c021cd

%44.65
%7.67
%47.67

CMYK Percentages of Color #c021cd

%6
%84
%0
%20

Triadic Colors of #c021cd

#c021cd #cdc021 #21cdc0

Analogous Colors of #c021cd

#c021cd #cd2184 #6a21cd

Monochromatic Colors of #c021cd

#c021cd

Complementary Color

#c021cd #2ecd21

#c021cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c021cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c021cd Color CSS Codes

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

#c021cd Text Font Color

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

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


#c021cd Background Color

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

This div background color is #c021cd


#c021cd Border Color

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

This div border color is #c021cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c021cd


Comments

No comments written yet.

Please login to write comment.