Color Hex Logo

#c291ba Color Hex

#C291BA
(194,145,186)
0 Favorites   0 Comments

Color spaces of #c291ba

RGB 194145186
HSL0.860.290.66
HSV310°25°76°
CMYK 0.000.250.04   0.24
XYZ41.236535.265351.0879
Yxy35.26530.32320.2764
Hunter Lab59.384620.0269-9.4373
CIE-Lab65.954725.2632-14.1101

#c291ba color RGB value is (194,145,186).

#c291ba hex color red value is 194, green value is 145 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c291ba hue: 0.86 , saturation: 0.29 and the lightness value of c291ba is 0.66.

The process color (four color CMYK) of #c291ba color hex is 0.00, 0.25, 0.04, 0.24. Web safe color of #c291ba is #cc99cc. Color #c291ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 10111010
Octal 302 221 272
Decimal 194 145 186
Hex C2 91 BA

RGB Percentages of Color #c291ba

%36.95
%27.62
%35.43

CMYK Percentages of Color #c291ba

%0
%25
%4
%24

Triadic Colors of #c291ba

#c291ba #bac291 #91bac2

Analogous Colors of #c291ba

#c291ba #c291a2 #b291c2

Monochromatic Colors of #c291ba

#c291ba

Complementary Color

#c291ba #91c299

#c291ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c291ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c291ba Color CSS Codes

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

#c291ba Text Font Color

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

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


#c291ba Background Color

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

This div background color is #c291ba


#c291ba Border Color

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

This div border color is #c291ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,145,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c291ba


Comments

No comments written yet.

Please login to write comment.