Color Hex Logo

#c08abe Color Hex

#C08ABE
(192,138,190)
0 Favorites   0 Comments

Color spaces of #c08abe

RGB 192138190
HSL0.840.300.65
HSV302°28°75°
CMYK 0.000.280.01   0.25
XYZ40.121033.101152.9897
Yxy33.10110.31790.2623
Hunter Lab57.533623.7932-14.3339
CIE-Lab64.242729.1982-18.9669

#c08abe color RGB value is (192,138,190).

#c08abe hex color red value is 192, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c08abe hue: 0.84 , saturation: 0.30 and the lightness value of c08abe is 0.65.

The process color (four color CMYK) of #c08abe color hex is 0.00, 0.28, 0.01, 0.25. Web safe color of #c08abe is #cc99cc. Color #c08abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 10111110
Octal 300 212 276
Decimal 192 138 190
Hex C0 8A BE

RGB Percentages of Color #c08abe

%36.92
%26.54
%36.54

CMYK Percentages of Color #c08abe

%0
%28
%1
%25

Triadic Colors of #c08abe

#c08abe #bec08a #8abec0

Analogous Colors of #c08abe

#c08abe #c08aa3 #a78ac0

Monochromatic Colors of #c08abe

#c08abe

Complementary Color

#c08abe #8ac08c

#c08abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08abe Color CSS Codes

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

#c08abe Text Font Color

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

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


#c08abe Background Color

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

This div background color is #c08abe


#c08abe Border Color

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

This div border color is #c08abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08abe


Comments

No comments written yet.

Please login to write comment.