Color Hex Logo

#c491cb Color Hex

#C491CB
(196,145,203)
0 Favorites   0 Comments

Color spaces of #c491cb

RGB 196145203
HSL0.810.360.68
HSV293°29°80°
CMYK 0.030.290.00   0.20
XYZ43.669836.298461.2045
Yxy36.29840.30930.2571
Hunter Lab60.248223.9483-18.0574
CIE-Lab66.747329.1502-22.3907

#c491cb color RGB value is (196,145,203).

#c491cb hex color red value is 196, green value is 145 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c491cb hue: 0.81 , saturation: 0.36 and the lightness value of c491cb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 11001011
Octal 304 221 313
Decimal 196 145 203
Hex C4 91 CB

RGB Percentages of Color #c491cb

%36.03
%26.65
%37.32

CMYK Percentages of Color #c491cb

%3
%29
%0
%20

Triadic Colors of #c491cb

#c491cb #cbc491 #91cbc4

Analogous Colors of #c491cb

#c491cb #cb91b5 #a791cb

Monochromatic Colors of #c491cb

#c491cb

Complementary Color

#c491cb #98cb91

#c491cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c491cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c491cb Color CSS Codes

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

#c491cb Text Font Color

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

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


#c491cb Background Color

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

This div background color is #c491cb


#c491cb Border Color

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

This div border color is #c491cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c491cb


Comments

No comments written yet.

Please login to write comment.