Color Hex Logo

#c09bdb Color Hex

#C09BDB
(192,155,219)
0 Favorites   0 Comments

Color spaces of #c09bdb

RGB 192155219
HSL0.760.470.73
HSV275°29°86°
CMYK 0.120.290.00   0.14
XYZ46.245839.763672.2556
Yxy39.76360.29220.2512
Hunter Lab63.058420.5563-23.7967
CIE-Lab69.300825.5854-27.3781

#c09bdb color RGB value is (192,155,219).

#c09bdb hex color red value is 192, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c09bdb hue: 0.76 , saturation: 0.47 and the lightness value of c09bdb is 0.73.

The process color (four color CMYK) of #c09bdb color hex is 0.12, 0.29, 0.00, 0.14. Web safe color of #c09bdb is #cc99cc. Color #c09bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011011 11011011
Octal 300 233 333
Decimal 192 155 219
Hex C0 9B DB

RGB Percentages of Color #c09bdb

%33.92
%27.39
%38.69

CMYK Percentages of Color #c09bdb

%12
%29
%0
%14

Triadic Colors of #c09bdb

#c09bdb #dbc09b #9bdbc0

Analogous Colors of #c09bdb

#c09bdb #db9bd6 #a09bdb

Monochromatic Colors of #c09bdb

#c09bdb

Complementary Color

#c09bdb #b6db9b

#c09bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09bdb Color CSS Codes

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

#c09bdb Text Font Color

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

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


#c09bdb Background Color

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

This div background color is #c09bdb


#c09bdb Border Color

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

This div border color is #c09bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09bdb


Comments

No comments written yet.

Please login to write comment.