Color Hex Logo

#c06abd Color Hex

#C06ABD
(192,106,189)
0 Favorites   0 Comments

Color spaces of #c06abd

RGB 192106189
HSL0.840.410.58
HSV302°45°75°
CMYK 0.000.450.02   0.25
XYZ36.077625.188751.1045
Yxy25.18870.32110.2242
Hunter Lab50.188340.4841-25.2405
CIE-Lab57.258846.2524-29.1198

#c06abd color RGB value is (192,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101010 10111101
Octal 300 152 275
Decimal 192 106 189
Hex C0 6A BD

RGB Percentages of Color #c06abd

%39.43
%21.77
%38.81

CMYK Percentages of Color #c06abd

%0
%45
%2
%25

Triadic Colors of #c06abd

#c06abd #bdc06a #6abdc0

Analogous Colors of #c06abd

#c06abd #c06a92 #986ac0

Monochromatic Colors of #c06abd

#c06abd

Complementary Color

#c06abd #6ac06d

#c06abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06abd Color CSS Codes

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

#c06abd Text Font Color

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

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


#c06abd Background Color

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

This div background color is #c06abd


#c06abd Border Color

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

This div border color is #c06abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06abd


Comments

No comments written yet.

Please login to write comment.