Color Hex Logo

#c08aca Color Hex

#C08ACA
(192,138,202)
0 Favorites   0 Comments

Color spaces of #c08aca

RGB 192138202
HSL0.810.380.67
HSV291°32°79°
CMYK 0.050.320.00   0.21
XYZ41.487433.647760.1851
Yxy33.64770.30660.2487
Hunter Lab58.006626.1548-20.9120
CIE-Lab64.682031.5152-25.0301

#c08aca color RGB value is (192,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 11001010
Octal 300 212 312
Decimal 192 138 202
Hex C0 8A CA

RGB Percentages of Color #c08aca

%36.09
%25.94
%37.97

CMYK Percentages of Color #c08aca

%5
%32
%0
%21

Triadic Colors of #c08aca

#c08aca #cac08a #8acac0

Analogous Colors of #c08aca

#c08aca #ca8ab4 #a08aca

Monochromatic Colors of #c08aca

#c08aca

Complementary Color

#c08aca #94ca8a

#c08aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08aca Color CSS Codes

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

#c08aca Text Font Color

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

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


#c08aca Background Color

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

This div background color is #c08aca


#c08aca Border Color

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

This div border color is #c08aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08aca


Comments

No comments written yet.

Please login to write comment.