Color Hex Logo

#c088dc Color Hex

#C088DC
(192,136,220)
0 Favorites   0 Comments

Color spaces of #c088dc

RGB 192136220
HSL0.780.550.70
HSV280°38°86°
CMYK 0.130.380.00   0.14
XYZ43.460733.982171.9787
Yxy33.98210.29090.2274
Hunter Lab58.294231.0643-32.4024
CIE-Lab64.948436.2875-34.6592

#c088dc color RGB value is (192,136,220).

#c088dc hex color red value is 192, green value is 136 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c088dc hue: 0.78 , saturation: 0.55 and the lightness value of c088dc is 0.70.

The process color (four color CMYK) of #c088dc color hex is 0.13, 0.38, 0.00, 0.14. Web safe color of #c088dc is #cc99cc. Color #c088dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001000 11011100
Octal 300 210 334
Decimal 192 136 220
Hex C0 88 DC

RGB Percentages of Color #c088dc

%35.04
%24.82
%40.15

CMYK Percentages of Color #c088dc

%13
%38
%0
%14

Triadic Colors of #c088dc

#c088dc #dcc088 #88dcc0

Analogous Colors of #c088dc

#c088dc #dc88ce #9688dc

Monochromatic Colors of #c088dc

#c088dc

Complementary Color

#c088dc #a4dc88

#c088dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c088dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c088dc Color CSS Codes

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

#c088dc Text Font Color

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

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


#c088dc Background Color

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

This div background color is #c088dc


#c088dc Border Color

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

This div border color is #c088dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c088dc


Comments

No comments written yet.

Please login to write comment.