Color Hex Logo

#c021c3 Color Hex

#C021C3
(192,33,195)
0 Favorites   0 Comments

Color spaces of #c021c3

RGB 19233195
HSL0.830.710.45
HSV299°83°76°
CMYK 0.020.830.00   0.24
XYZ32.132416.234353.0697
Yxy16.23430.31680.1600
Hunter Lab40.291871.8417-49.8886
CIE-Lab47.280475.5542-48.2913

#c021c3 color RGB value is (192,33,195).

#c021c3 hex color red value is 192, green value is 33 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c021c3 hue: 0.83 , saturation: 0.71 and the lightness value of c021c3 is 0.45.

The process color (four color CMYK) of #c021c3 color hex is 0.02, 0.83, 0.00, 0.24. Web safe color of #c021c3 is #cc33cc. Color #c021c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100001 11000011
Octal 300 41 303
Decimal 192 33 195
Hex C0 21 C3

RGB Percentages of Color #c021c3

%45.71
%7.86
%46.43

CMYK Percentages of Color #c021c3

%2
%83
%0
%24

Triadic Colors of #c021c3

#c021c3 #c3c021 #21c3c0

Analogous Colors of #c021c3

#c021c3 #c32175 #6f21c3

Monochromatic Colors of #c021c3

#c021c3

Complementary Color

#c021c3 #24c321

#c021c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c021c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c021c3 Color CSS Codes

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

#c021c3 Text Font Color

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

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


#c021c3 Background Color

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

This div background color is #c021c3


#c021c3 Border Color

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

This div border color is #c021c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c021c3


Comments

No comments written yet.

Please login to write comment.