Color Hex Logo

#c08fbb Color Hex

#C08FBB
(192,143,187)
0 Favorites   0 Comments

Color spaces of #c08fbb

RGB 192143187
HSL0.850.280.66
HSV306°26°75°
CMYK 0.000.260.03   0.25
XYZ40.530334.439251.5250
Yxy34.43920.32040.2723
Hunter Lab58.684920.5811-10.9768
CIE-Lab65.309725.8701-15.6642

#c08fbb color RGB value is (192,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 10111011
Octal 300 217 273
Decimal 192 143 187
Hex C0 8F BB

RGB Percentages of Color #c08fbb

%36.78
%27.39
%35.82

CMYK Percentages of Color #c08fbb

%0
%26
%3
%25

Triadic Colors of #c08fbb

#c08fbb #bbc08f #8fbbc0

Analogous Colors of #c08fbb

#c08fbb #c08fa3 #ad8fc0

Monochromatic Colors of #c08fbb

#c08fbb

Complementary Color

#c08fbb #8fc094

#c08fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fbb Color CSS Codes

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

#c08fbb Text Font Color

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

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


#c08fbb Background Color

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

This div background color is #c08fbb


#c08fbb Border Color

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

This div border color is #c08fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fbb


Comments

No comments written yet.

Please login to write comment.