Color Hex Logo

#c292db Color Hex

#C292DB
(194,146,219)
0 Favorites   0 Comments

Color spaces of #c292db

RGB 194146219
HSL0.780.500.72
HSV279°33°86°
CMYK 0.110.330.00   0.14
XYZ45.313237.141671.7986
Yxy37.14160.29380.2408
Hunter Lab60.943926.0670-27.1894
CIE-Lab67.383131.1898-30.3159

#c292db color RGB value is (194,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010010 11011011
Octal 302 222 333
Decimal 194 146 219
Hex C2 92 DB

RGB Percentages of Color #c292db

%34.70
%26.12
%39.18

CMYK Percentages of Color #c292db

%11
%33
%0
%14

Triadic Colors of #c292db

#c292db #dbc292 #92dbc2

Analogous Colors of #c292db

#c292db #db92d0 #9e92db

Monochromatic Colors of #c292db

#c292db

Complementary Color

#c292db #abdb92

#c292db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c292db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c292db Color CSS Codes

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

#c292db Text Font Color

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

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


#c292db Background Color

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

This div background color is #c292db


#c292db Border Color

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

This div border color is #c292db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c292db


Comments

No comments written yet.

Please login to write comment.