Color Hex Logo

#c911cd Color Hex

#C911CD
(201,17,205)
0 Favorites   0 Comments

Color spaces of #c911cd

RGB 20117205
HSL0.830.850.44
HSV299°92°80°
CMYK 0.020.920.00   0.20
XYZ35.307317.226259.2217
Yxy17.22620.31590.1541
Hunter Lab41.504579.2148-55.5463
CIE-Lab48.543881.2221-51.9740

#c911cd color RGB value is (201,17,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010001 11001101
Octal 311 21 315
Decimal 201 17 205
Hex C9 11 CD

RGB Percentages of Color #c911cd

%47.52
%4.02
%48.46

CMYK Percentages of Color #c911cd

%2
%92
%0
%20

Triadic Colors of #c911cd

#c911cd #cdc911 #11cdc9

Analogous Colors of #c911cd

#c911cd #cd1173 #6b11cd

Monochromatic Colors of #c911cd

#c911cd

Complementary Color

#c911cd #15cd11

#c911cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c911cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c911cd Color CSS Codes

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

#c911cd Text Font Color

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

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


#c911cd Background Color

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

This div background color is #c911cd


#c911cd Border Color

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

This div border color is #c911cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c911cd


Comments

No comments written yet.

Please login to write comment.