Color Hex Logo

#c919cd Color Hex

#C919CD
(201,25,205)
0 Favorites   0 Comments

Color spaces of #c919cd

RGB 20125205
HSL0.830.780.45
HSV299°88°80°
CMYK 0.020.880.00   0.20
XYZ35.454517.520559.2708
Yxy17.52050.31590.1561
Hunter Lab41.857577.9440-54.6552
CIE-Lab48.909380.1455-51.3890

#c919cd color RGB value is (201,25,205).

#c919cd hex color red value is 201, green value is 25 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c919cd hue: 0.83 , saturation: 0.78 and the lightness value of c919cd is 0.45.

The process color (four color CMYK) of #c919cd color hex is 0.02, 0.88, 0.00, 0.20. Web safe color of #c919cd is #cc00cc. Color #c919cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011001 11001101
Octal 311 31 315
Decimal 201 25 205
Hex C9 19 CD

RGB Percentages of Color #c919cd

%46.64
%5.80
%47.56

CMYK Percentages of Color #c919cd

%2
%88
%0
%20

Triadic Colors of #c919cd

#c919cd #cdc919 #19cdc9

Analogous Colors of #c919cd

#c919cd #cd1977 #6f19cd

Monochromatic Colors of #c919cd

#c919cd

Complementary Color

#c919cd #1dcd19

#c919cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c919cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c919cd Color CSS Codes

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

#c919cd Text Font Color

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

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


#c919cd Background Color

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

This div background color is #c919cd


#c919cd Border Color

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

This div border color is #c919cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c919cd


Comments

No comments written yet.

Please login to write comment.