Color Hex Logo

#c088bd Color Hex

#C088BD
(192,136,189)
0 Favorites   0 Comments

Color spaces of #c088bd

RGB 192136189
HSL0.840.310.64
HSV303°29°75°
CMYK 0.000.290.02   0.25
XYZ39.727732.488952.3212
Yxy32.48890.31900.2609
Hunter Lab56.999024.6642-14.5248
CIE-Lab63.744930.1141-19.1607

#c088bd color RGB value is (192,136,189).

#c088bd hex color red value is 192, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c088bd hue: 0.84 , saturation: 0.31 and the lightness value of c088bd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001000 10111101
Octal 300 210 275
Decimal 192 136 189
Hex C0 88 BD

RGB Percentages of Color #c088bd

%37.14
%26.31
%36.56

CMYK Percentages of Color #c088bd

%0
%29
%2
%25

Triadic Colors of #c088bd

#c088bd #bdc088 #88bdc0

Analogous Colors of #c088bd

#c088bd #c088a1 #a788c0

Monochromatic Colors of #c088bd

#c088bd

Complementary Color

#c088bd #88c08b

#c088bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c088bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c088bd Color CSS Codes

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

#c088bd Text Font Color

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

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


#c088bd Background Color

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

This div background color is #c088bd


#c088bd Border Color

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

This div border color is #c088bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c088bd


Comments

No comments written yet.

Please login to write comment.