Color Hex Logo

#c08ada Color Hex

#C08ADA
(192,138,218)
0 Favorites   0 Comments

Color spaces of #c08ada

RGB 192138218
HSL0.780.520.70
HSV281°37°85°
CMYK 0.120.370.00   0.15
XYZ43.481634.445470.6866
Yxy34.44540.29260.2318
Hunter Lab58.690229.5368-30.3259
CIE-Lab65.314634.7707-32.9790

#c08ada color RGB value is (192,138,218).

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

The process color (four color CMYK) of #c08ada color hex is 0.12, 0.37, 0.00, 0.15. Web safe color of #c08ada is #cc99cc. Color #c08ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 11011010
Octal 300 212 332
Decimal 192 138 218
Hex C0 8A DA

RGB Percentages of Color #c08ada

%35.04
%25.18
%39.78

CMYK Percentages of Color #c08ada

%12
%37
%0
%15

Triadic Colors of #c08ada

#c08ada #dac08a #8adac0

Analogous Colors of #c08ada

#c08ada #da8acc #988ada

Monochromatic Colors of #c08ada

#c08ada

Complementary Color

#c08ada #a4da8a

#c08ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ada Color CSS Codes

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

#c08ada Text Font Color

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

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


#c08ada Background Color

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

This div background color is #c08ada


#c08ada Border Color

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

This div border color is #c08ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ada


Comments

No comments written yet.

Please login to write comment.