Color Hex Logo

#c06ab8 Color Hex

#C06AB8
(192,106,184)
0 Favorites   0 Comments

Color spaces of #c06ab8

RGB 192106184
HSL0.850.410.58
HSV306°45°75°
CMYK 0.000.450.04   0.25
XYZ35.544024.975248.2947
Yxy24.97520.32660.2295
Hunter Lab49.975239.4985-22.3136
CIE-Lab57.051245.3534-26.5753

#c06ab8 color RGB value is (192,106,184).

#c06ab8 hex color red value is 192, green value is 106 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #c06ab8 hue: 0.85 , saturation: 0.41 and the lightness value of c06ab8 is 0.58.

The process color (four color CMYK) of #c06ab8 color hex is 0.00, 0.45, 0.04, 0.25. Web safe color of #c06ab8 is #cc66cc. Color #c06ab8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101010 10111000
Octal 300 152 270
Decimal 192 106 184
Hex C0 6A B8

RGB Percentages of Color #c06ab8

%39.83
%21.99
%38.17

CMYK Percentages of Color #c06ab8

%0
%45
%4
%25

Triadic Colors of #c06ab8

#c06ab8 #b8c06a #6ab8c0

Analogous Colors of #c06ab8

#c06ab8 #c06a8d #9d6ac0

Monochromatic Colors of #c06ab8

#c06ab8

Complementary Color

#c06ab8 #6ac072

#c06ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06ab8 Color CSS Codes

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

#c06ab8 Text Font Color

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

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


#c06ab8 Background Color

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

This div background color is #c06ab8


#c06ab8 Border Color

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

This div border color is #c06ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06ab8


Comments

No comments written yet.

Please login to write comment.