Color Hex Logo

#c491ba Color Hex

#C491BA
(196,145,186)
0 Favorites   0 Comments

Color spaces of #c491ba

RGB 196145186
HSL0.870.300.67
HSV312°26°77°
CMYK 0.000.260.05   0.23
XYZ41.753335.531751.1120
Yxy35.53170.32520.2767
Hunter Lab59.608520.7171-9.1130
CIE-Lab66.160525.9506-13.7796

#c491ba color RGB value is (196,145,186).

#c491ba hex color red value is 196, green value is 145 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c491ba hue: 0.87 , saturation: 0.30 and the lightness value of c491ba is 0.67.

The process color (four color CMYK) of #c491ba color hex is 0.00, 0.26, 0.05, 0.23. Web safe color of #c491ba is #cc99cc. Color #c491ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 10111010
Octal 304 221 272
Decimal 196 145 186
Hex C4 91 BA

RGB Percentages of Color #c491ba

%37.19
%27.51
%35.29

CMYK Percentages of Color #c491ba

%0
%26
%5
%23

Triadic Colors of #c491ba

#c491ba #bac491 #91bac4

Analogous Colors of #c491ba

#c491ba #c491a1 #b591c4

Monochromatic Colors of #c491ba

#c491ba

Complementary Color

#c491ba #91c49b

#c491ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c491ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c491ba Color CSS Codes

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

#c491ba Text Font Color

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

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


#c491ba Background Color

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

This div background color is #c491ba


#c491ba Border Color

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

This div border color is #c491ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c491ba


Comments

No comments written yet.

Please login to write comment.