Color Hex Logo

#c08cca Color Hex

#C08CCA
(192,140,202)
0 Favorites   0 Comments

Color spaces of #c08cca

RGB 192140202
HSL0.810.370.67
HSV290°31°79°
CMYK 0.050.310.00   0.21
XYZ41.777034.226960.2817
Yxy34.22690.30650.2511
Hunter Lab58.503825.0836-20.1392
CIE-Lab65.142330.4116-24.3242

#c08cca color RGB value is (192,140,202).

#c08cca hex color red value is 192, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c08cca hue: 0.81 , saturation: 0.37 and the lightness value of c08cca is 0.67.

The process color (four color CMYK) of #c08cca color hex is 0.05, 0.31, 0.00, 0.21. Web safe color of #c08cca is #cc99cc. Color #c08cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001100 11001010
Octal 300 214 312
Decimal 192 140 202
Hex C0 8C CA

RGB Percentages of Color #c08cca

%35.96
%26.22
%37.83

CMYK Percentages of Color #c08cca

%5
%31
%0
%21

Triadic Colors of #c08cca

#c08cca #cac08c #8ccac0

Analogous Colors of #c08cca

#c08cca #ca8cb5 #a18cca

Monochromatic Colors of #c08cca

#c08cca

Complementary Color

#c08cca #96ca8c

#c08cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08cca Color CSS Codes

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

#c08cca Text Font Color

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

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


#c08cca Background Color

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

This div background color is #c08cca


#c08cca Border Color

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

This div border color is #c08cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08cca


Comments

No comments written yet.

Please login to write comment.