Color Hex Logo

#c920da Color Hex

#C920DA
(201,32,218)
0 Favorites   0 Comments

Color spaces of #c920da

RGB 20132218
HSL0.820.740.49
HSV295°85°85°
CMYK 0.080.850.00   0.15
XYZ37.258818.512567.9392
Yxy18.51250.30120.1496
Hunter Lab43.026279.2776-63.5018
CIE-Lab50.111980.9667-56.9171

#c920da color RGB value is (201,32,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 11011010
Octal 311 40 332
Decimal 201 32 218
Hex C9 20 DA

RGB Percentages of Color #c920da

%44.57
%7.10
%48.34

CMYK Percentages of Color #c920da

%8
%85
%0
%15

Triadic Colors of #c920da

#c920da #dac920 #20dac9

Analogous Colors of #c920da

#c920da #da208e #6c20da

Monochromatic Colors of #c920da

#c920da

Complementary Color

#c920da #31da20

#c920da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c920da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c920da Color CSS Codes

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

#c920da Text Font Color

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

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


#c920da Background Color

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

This div background color is #c920da


#c920da Border Color

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

This div border color is #c920da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c920da


Comments

No comments written yet.

Please login to write comment.