Color Hex Logo

#c08fbf Color Hex

#C08FBF
(192,143,191)
0 Favorites   0 Comments

Color spaces of #c08fbf

RGB 192143191
HSL0.840.280.66
HSV301°26°75°
CMYK 0.000.260.01   0.25
XYZ40.964734.613053.8121
Yxy34.61300.31660.2675
Hunter Lab58.832821.3303-13.0473
CIE-Lab65.446226.6213-17.7014

#c08fbf color RGB value is (192,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 10111111
Octal 300 217 277
Decimal 192 143 191
Hex C0 8F BF

RGB Percentages of Color #c08fbf

%36.50
%27.19
%36.31

CMYK Percentages of Color #c08fbf

%0
%26
%1
%25

Triadic Colors of #c08fbf

#c08fbf #bfc08f #8fbfc0

Analogous Colors of #c08fbf

#c08fbf #c08fa7 #a98fc0

Monochromatic Colors of #c08fbf

#c08fbf

Complementary Color

#c08fbf #8fc090

#c08fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fbf Color CSS Codes

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

#c08fbf Text Font Color

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

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


#c08fbf Background Color

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

This div background color is #c08fbf


#c08fbf Border Color

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

This div border color is #c08fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fbf


Comments

No comments written yet.

Please login to write comment.