Color Hex Logo

#c08cda Color Hex

#C08CDA
(192,140,218)
0 Favorites   0 Comments

Color spaces of #c08cda

RGB 192140218
HSL0.780.510.70
HSV280°36°85°
CMYK 0.120.360.00   0.15
XYZ43.771235.024670.7831
Yxy35.02460.29260.2342
Hunter Lab59.181628.4523-29.4857
CIE-Lab65.767833.6705-32.2763

#c08cda color RGB value is (192,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001100 11011010
Octal 300 214 332
Decimal 192 140 218
Hex C0 8C DA

RGB Percentages of Color #c08cda

%34.91
%25.45
%39.64

CMYK Percentages of Color #c08cda

%12
%36
%0
%15

Triadic Colors of #c08cda

#c08cda #dac08c #8cdac0

Analogous Colors of #c08cda

#c08cda #da8ccd #998cda

Monochromatic Colors of #c08cda

#c08cda

Complementary Color

#c08cda #a6da8c

#c08cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08cda Color CSS Codes

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

#c08cda Text Font Color

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

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


#c08cda Background Color

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

This div background color is #c08cda


#c08cda Border Color

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

This div border color is #c08cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08cda


Comments

No comments written yet.

Please login to write comment.