Color Hex Logo

#c09fbf Color Hex

#C09FBF
(192,159,191)
0 Favorites   0 Comments

Color spaces of #c09fbf

RGB 192159191
HSL0.840.210.69
HSV302°17°75°
CMYK 0.000.170.01   0.25
XYZ43.540339.764354.6707
Yxy39.76430.31560.2882
Hunter Lab63.058912.8957-7.2619
CIE-Lab69.301317.7597-11.8913

#c09fbf color RGB value is (192,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011111 10111111
Octal 300 237 277
Decimal 192 159 191
Hex C0 9F BF

RGB Percentages of Color #c09fbf

%35.42
%29.34
%35.24

CMYK Percentages of Color #c09fbf

%0
%17
%1
%25

Triadic Colors of #c09fbf

#c09fbf #bfc09f #9fbfc0

Analogous Colors of #c09fbf

#c09fbf #c09faf #b19fc0

Monochromatic Colors of #c09fbf

#c09fbf

Complementary Color

#c09fbf #9fc0a0

#c09fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09fbf Color CSS Codes

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

#c09fbf Text Font Color

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

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


#c09fbf Background Color

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

This div background color is #c09fbf


#c09fbf Border Color

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

This div border color is #c09fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09fbf


Comments

No comments written yet.

Please login to write comment.