Color Hex Logo

#c291cd Color Hex

#C291CD
(194,145,205)
0 Favorites   0 Comments

Color spaces of #c291cd

RGB 194145205
HSL0.800.380.69
HSV289°29°80°
CMYK 0.050.290.00   0.20
XYZ43.393036.127962.4439
Yxy36.12790.30570.2545
Hunter Lab60.106523.6791-19.5211
CIE-Lab66.617528.8926-23.7211

#c291cd color RGB value is (194,145,205).

#c291cd hex color red value is 194, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c291cd hue: 0.80 , saturation: 0.38 and the lightness value of c291cd is 0.69.

The process color (four color CMYK) of #c291cd color hex is 0.05, 0.29, 0.00, 0.20. Web safe color of #c291cd is #cc99cc. Color #c291cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 11001101
Octal 302 221 315
Decimal 194 145 205
Hex C2 91 CD

RGB Percentages of Color #c291cd

%35.66
%26.65
%37.68

CMYK Percentages of Color #c291cd

%5
%29
%0
%20

Triadic Colors of #c291cd

#c291cd #cdc291 #91cdc2

Analogous Colors of #c291cd

#c291cd #cd91ba #a491cd

Monochromatic Colors of #c291cd

#c291cd

Complementary Color

#c291cd #9ccd91

#c291cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c291cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c291cd Color CSS Codes

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

#c291cd Text Font Color

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

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


#c291cd Background Color

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

This div background color is #c291cd


#c291cd Border Color

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

This div border color is #c291cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c291cd


Comments

No comments written yet.

Please login to write comment.