Color Hex Logo

#c08adc Color Hex

#C08ADC
(192,138,220)
0 Favorites   0 Comments

Color spaces of #c08adc

RGB 192138220
HSL0.780.540.70
HSV280°37°86°
CMYK 0.130.370.00   0.14
XYZ43.745034.550772.0735
Yxy34.55070.29090.2298
Hunter Lab58.779829.9781-31.5531
CIE-Lab65.397435.1903-33.9615

#c08adc color RGB value is (192,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 11011100
Octal 300 212 334
Decimal 192 138 220
Hex C0 8A DC

RGB Percentages of Color #c08adc

%34.91
%25.09
%40.00

CMYK Percentages of Color #c08adc

%13
%37
%0
%14

Triadic Colors of #c08adc

#c08adc #dcc08a #8adcc0

Analogous Colors of #c08adc

#c08adc #dc8acf #978adc

Monochromatic Colors of #c08adc

#c08adc

Complementary Color

#c08adc #a6dc8a

#c08adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08adc Color CSS Codes

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

#c08adc Text Font Color

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

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


#c08adc Background Color

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

This div background color is #c08adc


#c08adc Border Color

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

This div border color is #c08adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08adc


Comments

No comments written yet.

Please login to write comment.