Color Hex Logo

#c491b3 Color Hex

#C491B3
(196,145,179)
0 Favorites   0 Comments

Color spaces of #c491b3

RGB 196145179
HSL0.890.300.67
HSV320°26°77°
CMYK 0.000.260.09   0.23
XYZ41.027035.241247.2877
Yxy35.24120.33210.2852
Hunter Lab59.364319.4748-5.6735
CIE-Lab65.936024.7016-10.1892

#c491b3 color RGB value is (196,145,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 10110011
Octal 304 221 263
Decimal 196 145 179
Hex C4 91 B3

RGB Percentages of Color #c491b3

%37.69
%27.88
%34.42

CMYK Percentages of Color #c491b3

%0
%26
%9
%23

Triadic Colors of #c491b3

#c491b3 #b3c491 #91b3c4

Analogous Colors of #c491b3

#c491b3 #c4919a #bc91c4

Monochromatic Colors of #c491b3

#c491b3

Complementary Color

#c491b3 #91c4a2

#c491b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c491b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c491b3 Color CSS Codes

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

#c491b3 Text Font Color

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

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


#c491b3 Background Color

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

This div background color is #c491b3


#c491b3 Border Color

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

This div border color is #c491b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c491b3


Comments

No comments written yet.

Please login to write comment.