Color Hex Logo

#c291db Color Hex

#C291DB
(194,145,219)
0 Favorites   0 Comments

Color spaces of #c291db

RGB 194145219
HSL0.780.510.71
HSV280°34°86°
CMYK 0.110.340.00   0.14
XYZ45.159736.834671.7474
Yxy36.83460.29370.2396
Hunter Lab60.691526.6092-27.6065
CIE-Lab67.152831.7413-30.6717

#c291db color RGB value is (194,145,219).

#c291db hex color red value is 194, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c291db hue: 0.78 , saturation: 0.51 and the lightness value of c291db is 0.71.

The process color (four color CMYK) of #c291db color hex is 0.11, 0.34, 0.00, 0.14. Web safe color of #c291db is #cc99cc. Color #c291db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 11011011
Octal 302 221 333
Decimal 194 145 219
Hex C2 91 DB

RGB Percentages of Color #c291db

%34.77
%25.99
%39.25

CMYK Percentages of Color #c291db

%11
%34
%0
%14

Triadic Colors of #c291db

#c291db #dbc291 #91dbc2

Analogous Colors of #c291db

#c291db #db91cf #9d91db

Monochromatic Colors of #c291db

#c291db

Complementary Color

#c291db #aadb91

#c291db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c291db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c291db Color CSS Codes

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

#c291db Text Font Color

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

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


#c291db Background Color

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

This div background color is #c291db


#c291db Border Color

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

This div border color is #c291db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c291db


Comments

No comments written yet.

Please login to write comment.