Color Hex Logo

#c09fba Color Hex

#C09FBA
(192,159,186)
0 Favorites   0 Comments

Color spaces of #c09fba

RGB 192159186
HSL0.860.210.69
HSV311°17°75°
CMYK 0.000.170.03   0.25
XYZ42.999339.547951.8216
Yxy39.54790.32000.2943
Hunter Lab62.887111.9976-4.8364
CIE-Lab69.146316.8249-9.3478

#c09fba color RGB value is (192,159,186).

#c09fba hex color red value is 192, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c09fba hue: 0.86 , saturation: 0.21 and the lightness value of c09fba is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011111 10111010
Octal 300 237 272
Decimal 192 159 186
Hex C0 9F BA

RGB Percentages of Color #c09fba

%35.75
%29.61
%34.64

CMYK Percentages of Color #c09fba

%0
%17
%3
%25

Triadic Colors of #c09fba

#c09fba #bac09f #9fbac0

Analogous Colors of #c09fba

#c09fba #c09faa #b69fc0

Monochromatic Colors of #c09fba

#c09fba

Complementary Color

#c09fba #9fc0a5

#c09fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09fba Color CSS Codes

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

#c09fba Text Font Color

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

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


#c09fba Background Color

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

This div background color is #c09fba


#c09fba Border Color

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

This div border color is #c09fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09fba


Comments

No comments written yet.

Please login to write comment.