Color Hex Logo

#c021da Color Hex

#C021DA
(192,33,218)
0 Favorites   0 Comments

Color spaces of #c021da

RGB 19233218
HSL0.810.740.49
HSV292°85°85°
CMYK 0.120.850.00   0.15
XYZ34.937017.356167.8384
Yxy17.35610.29080.1445
Hunter Lab41.660776.7856-67.3828
CIE-Lab48.705679.2636-59.2572

#c021da color RGB value is (192,33,218).

#c021da hex color red value is 192, green value is 33 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c021da hue: 0.81 , saturation: 0.74 and the lightness value of c021da is 0.49.

The process color (four color CMYK) of #c021da color hex is 0.12, 0.85, 0.00, 0.15. Web safe color of #c021da is #cc33cc. Color #c021da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100001 11011010
Octal 300 41 332
Decimal 192 33 218
Hex C0 21 DA

RGB Percentages of Color #c021da

%43.34
%7.45
%49.21

CMYK Percentages of Color #c021da

%12
%85
%0
%15

Triadic Colors of #c021da

#c021da #dac021 #21dac0

Analogous Colors of #c021da

#c021da #da2198 #6421da

Monochromatic Colors of #c021da

#c021da

Complementary Color

#c021da #3bda21

#c021da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c021da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c021da Color CSS Codes

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

#c021da Text Font Color

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

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


#c021da Background Color

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

This div background color is #c021da


#c021da Border Color

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

This div border color is #c021da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c021da


Comments

No comments written yet.

Please login to write comment.