Color Hex Logo

#c088cb Color Hex

#C088CB
(192,136,203)
0 Favorites   0 Comments

Color spaces of #c088cb

RGB 192136203
HSL0.810.390.66
HSV290°33°80°
CMYK 0.050.330.00   0.20
XYZ41.321933.126660.7161
Yxy33.12660.30570.2451
Hunter Lab57.555727.4309-22.2566
CIE-Lab64.263332.8149-26.2333

#c088cb color RGB value is (192,136,203).

#c088cb hex color red value is 192, green value is 136 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c088cb hue: 0.81 , saturation: 0.39 and the lightness value of c088cb is 0.66.

The process color (four color CMYK) of #c088cb color hex is 0.05, 0.33, 0.00, 0.20. Web safe color of #c088cb is #cc99cc. Color #c088cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001000 11001011
Octal 300 210 313
Decimal 192 136 203
Hex C0 88 CB

RGB Percentages of Color #c088cb

%36.16
%25.61
%38.23

CMYK Percentages of Color #c088cb

%5
%33
%0
%20

Triadic Colors of #c088cb

#c088cb #cbc088 #88cbc0

Analogous Colors of #c088cb

#c088cb #cb88b5 #9f88cb

Monochromatic Colors of #c088cb

#c088cb

Complementary Color

#c088cb #93cb88

#c088cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c088cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c088cb Color CSS Codes

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

#c088cb Text Font Color

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

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


#c088cb Background Color

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

This div background color is #c088cb


#c088cb Border Color

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

This div border color is #c088cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c088cb

#c088cb Color Palettes


Comments

No comments written yet.

Please login to write comment.