Color Hex Logo

#c06adf Color Hex

#C06ADF
(192,106,223)
0 Favorites   0 Comments

Color spaces of #c06adf

RGB 192106223
HSL0.790.650.65
HSV284°52°87°
CMYK 0.140.520.00   0.13
XYZ40.211526.842272.8737
Yxy26.84220.28740.1918
Hunter Lab51.809547.8748-47.1290
CIE-Lab58.828052.8192-45.9307

#c06adf color RGB value is (192,106,223).

#c06adf hex color red value is 192, green value is 106 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c06adf hue: 0.79 , saturation: 0.65 and the lightness value of c06adf is 0.65.

The process color (four color CMYK) of #c06adf color hex is 0.14, 0.52, 0.00, 0.13. Web safe color of #c06adf is #cc66cc. Color #c06adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101010 11011111
Octal 300 152 337
Decimal 192 106 223
Hex C0 6A DF

RGB Percentages of Color #c06adf

%36.85
%20.35
%42.80

CMYK Percentages of Color #c06adf

%14
%52
%0
%13

Triadic Colors of #c06adf

#c06adf #dfc06a #6adfc0

Analogous Colors of #c06adf

#c06adf #df6ac4 #866adf

Monochromatic Colors of #c06adf

#c06adf

Complementary Color

#c06adf #89df6a

#c06adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06adf Color CSS Codes

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

#c06adf Text Font Color

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

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


#c06adf Background Color

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

This div background color is #c06adf


#c06adf Border Color

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

This div border color is #c06adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06adf


Comments

No comments written yet.

Please login to write comment.