Color Hex Logo

#c08dba Color Hex

#C08DBA
(192,141,186)
0 Favorites   0 Comments

Color spaces of #c08dba

RGB 192141186
HSL0.850.290.65
HSV307°27°75°
CMYK 0.000.270.03   0.25
XYZ40.126033.801450.8638
Yxy33.80140.32150.2709
Hunter Lab58.139021.4528-11.1735
CIE-Lab64.804626.7916-15.8654

#c08dba color RGB value is (192,141,186).

#c08dba hex color red value is 192, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c08dba hue: 0.85 , saturation: 0.29 and the lightness value of c08dba is 0.65.

The process color (four color CMYK) of #c08dba color hex is 0.00, 0.27, 0.03, 0.25. Web safe color of #c08dba is #cc99cc. Color #c08dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001101 10111010
Octal 300 215 272
Decimal 192 141 186
Hex C0 8D BA

RGB Percentages of Color #c08dba

%36.99
%27.17
%35.84

CMYK Percentages of Color #c08dba

%0
%27
%3
%25

Triadic Colors of #c08dba

#c08dba #bac08d #8dbac0

Analogous Colors of #c08dba

#c08dba #c08da1 #ad8dc0

Monochromatic Colors of #c08dba

#c08dba

Complementary Color

#c08dba #8dc093

#c08dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08dba Color CSS Codes

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

#c08dba Text Font Color

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

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


#c08dba Background Color

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

This div background color is #c08dba


#c08dba Border Color

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

This div border color is #c08dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,141,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08dba


Comments

No comments written yet.

Please login to write comment.