Color Hex Logo

#c08add Color Hex

#C08ADD
(192,138,221)
0 Favorites   0 Comments

Color spaces of #c08add

RGB 192138221
HSL0.780.550.70
HSV279°38°87°
CMYK 0.130.380.00   0.13
XYZ43.877934.603972.7732
Yxy34.60390.29010.2288
Hunter Lab58.825130.2001-32.1708
CIE-Lab65.439135.4008-34.4518

#c08add color RGB value is (192,138,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 11011101
Octal 300 212 335
Decimal 192 138 221
Hex C0 8A DD

RGB Percentages of Color #c08add

%34.85
%25.05
%40.11

CMYK Percentages of Color #c08add

%13
%38
%0
%13

Triadic Colors of #c08add

#c08add #ddc08a #8addc0

Analogous Colors of #c08add

#c08add #dd8ad1 #978add

Monochromatic Colors of #c08add

#c08add

Complementary Color

#c08add #a7dd8a

#c08add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08add Color CSS Codes

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

#c08add Text Font Color

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

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


#c08add Background Color

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

This div background color is #c08add


#c08add Border Color

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

This div border color is #c08add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08add


Comments

No comments written yet.

Please login to write comment.