Color Hex Logo

#c06edf Color Hex

#C06EDF
(192,110,223)
0 Favorites   0 Comments

Color spaces of #c06edf

RGB 192110223
HSL0.790.640.65
HSV284°51°87°
CMYK 0.140.510.00   0.13
XYZ40.633427.686073.0144
Yxy27.68600.28750.1959
Hunter Lab52.617545.7645-45.4412
CIE-Lab59.604050.7825-44.7053

#c06edf color RGB value is (192,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101110 11011111
Octal 300 156 337
Decimal 192 110 223
Hex C0 6E DF

RGB Percentages of Color #c06edf

%36.57
%20.95
%42.48

CMYK Percentages of Color #c06edf

%14
%51
%0
%13

Triadic Colors of #c06edf

#c06edf #dfc06e #6edfc0

Analogous Colors of #c06edf

#c06edf #df6ec6 #886edf

Monochromatic Colors of #c06edf

#c06edf

Complementary Color

#c06edf #8ddf6e

#c06edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06edf Color CSS Codes

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

#c06edf Text Font Color

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

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


#c06edf Background Color

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

This div background color is #c06edf


#c06edf Border Color

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

This div border color is #c06edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,110,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 #c06edf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06edf


Comments

No comments written yet.

Please login to write comment.