Color Hex Logo

#c88adc Color Hex

#C88ADC
(200,138,220)
0 Favorites   0 Comments

Color spaces of #c88adc

RGB 200138220
HSL0.790.540.70
HSV285°37°86°
CMYK 0.090.370.00   0.14
XYZ45.826235.623672.1709
Yxy35.62360.29830.2319
Hunter Lab59.685532.6017-29.9128
CIE-Lab66.231337.6230-32.6021

#c88adc color RGB value is (200,138,220).

#c88adc hex color red value is 200, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c88adc hue: 0.79 , saturation: 0.54 and the lightness value of c88adc is 0.70.

The process color (four color CMYK) of #c88adc color hex is 0.09, 0.37, 0.00, 0.14. Web safe color of #c88adc is #cc99cc. Color #c88adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001010 11011100
Octal 310 212 334
Decimal 200 138 220
Hex C8 8A DC

RGB Percentages of Color #c88adc

%35.84
%24.73
%39.43

CMYK Percentages of Color #c88adc

%9
%37
%0
%14

Triadic Colors of #c88adc

#c88adc #dcc88a #8adcc8

Analogous Colors of #c88adc

#c88adc #dc8ac7 #9f8adc

Monochromatic Colors of #c88adc

#c88adc

Complementary Color

#c88adc #9edc8a

#c88adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88adc Color CSS Codes

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

#c88adc Text Font Color

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

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


#c88adc Background Color

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

This div background color is #c88adc


#c88adc Border Color

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

This div border color is #c88adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88adc


Comments

No comments written yet.

Please login to write comment.