Color Hex Logo

#c08abf Color Hex

#C08ABF
(192,138,191)
0 Favorites   0 Comments

Color spaces of #c08abf

RGB 192138191
HSL0.840.300.65
HSV301°28°75°
CMYK 0.000.280.01   0.25
XYZ40.230733.145053.5675
Yxy33.14500.31690.2611
Hunter Lab57.571723.9841-14.8661
CIE-Lab64.278129.3869-19.4755

#c08abf color RGB value is (192,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001010 10111111
Octal 300 212 277
Decimal 192 138 191
Hex C0 8A BF

RGB Percentages of Color #c08abf

%36.85
%26.49
%36.66

CMYK Percentages of Color #c08abf

%0
%28
%1
%25

Triadic Colors of #c08abf

#c08abf #bfc08a #8abfc0

Analogous Colors of #c08abf

#c08abf #c08aa4 #a68ac0

Monochromatic Colors of #c08abf

#c08abf

Complementary Color

#c08abf #8ac08b

#c08abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08abf Color CSS Codes

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

#c08abf Text Font Color

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

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


#c08abf Background Color

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

This div background color is #c08abf


#c08abf Border Color

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

This div border color is #c08abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08abf


Comments

No comments written yet.

Please login to write comment.