Color Hex Logo

#c06abc Color Hex

#C06ABC
(192,106,188)
0 Favorites   0 Comments

Color spaces of #c06abc

RGB 192106188
HSL0.840.410.58
HSV303°45°75°
CMYK 0.000.450.02   0.25
XYZ35.969425.145450.5347
Yxy25.14540.32220.2252
Hunter Lab50.145240.2849-24.6489
CIE-Lab57.216846.0712-28.6124

#c06abc color RGB value is (192,106,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101010 10111100
Octal 300 152 274
Decimal 192 106 188
Hex C0 6A BC

RGB Percentages of Color #c06abc

%39.51
%21.81
%38.68

CMYK Percentages of Color #c06abc

%0
%45
%2
%25

Triadic Colors of #c06abc

#c06abc #bcc06a #6abcc0

Analogous Colors of #c06abc

#c06abc #c06a91 #996ac0

Monochromatic Colors of #c06abc

#c06abc

Complementary Color

#c06abc #6ac06e

#c06abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06abc Color CSS Codes

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

#c06abc Text Font Color

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

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


#c06abc Background Color

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

This div background color is #c06abc


#c06abc Border Color

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

This div border color is #c06abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06abc


Comments

No comments written yet.

Please login to write comment.