Color Hex Logo

#c0b2bd Color Hex

#C0B2BD
(192,178,189)
0 Favorites   0 Comments

Color spaces of #c0b2bd

RGB 192178189
HSL0.870.100.73
HSV313°75°
CMYK 0.000.070.02   0.25
XYZ46.843946.721454.6933
Yxy46.72140.31600.3151
Hunter Lab68.35312.71230.4057
CIE-Lab74.01126.9701-3.7927

#c0b2bd color RGB value is (192,178,189).

#c0b2bd hex color red value is 192, green value is 178 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c0b2bd hue: 0.87 , saturation: 0.10 and the lightness value of c0b2bd is 0.73.

The process color (four color CMYK) of #c0b2bd color hex is 0.00, 0.07, 0.02, 0.25. Web safe color of #c0b2bd is #cc99cc. Color #c0b2bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110010 10111101
Octal 300 262 275
Decimal 192 178 189
Hex C0 B2 BD

RGB Percentages of Color #c0b2bd

%34.35
%31.84
%33.81

CMYK Percentages of Color #c0b2bd

%0
%7
%2
%25

Triadic Colors of #c0b2bd

#c0b2bd #bdc0b2 #b2bdc0

Analogous Colors of #c0b2bd

#c0b2bd #c0b2b6 #bcb2c0

Monochromatic Colors of #c0b2bd

#c0b2bd

Complementary Color

#c0b2bd #b2c0b5

#c0b2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b2bd Color CSS Codes

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

#c0b2bd Text Font Color

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

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


#c0b2bd Background Color

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

This div background color is #c0b2bd


#c0b2bd Border Color

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

This div border color is #c0b2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b2bd


Comments

No comments written yet.

Please login to write comment.