Color Hex Logo

#c06fdf Color Hex

#C06FDF
(192,111,223)
0 Favorites   0 Comments

Color spaces of #c06fdf

RGB 192111223
HSL0.790.640.65
HSV283°50°87°
CMYK 0.140.500.00   0.13
XYZ40.742027.903173.0505
Yxy27.90310.28750.1969
Hunter Lab52.823445.2338-45.0169
CIE-Lab59.801150.2682-44.3943

#c06fdf color RGB value is (192,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 11011111
Octal 300 157 337
Decimal 192 111 223
Hex C0 6F DF

RGB Percentages of Color #c06fdf

%36.50
%21.10
%42.40

CMYK Percentages of Color #c06fdf

%14
%50
%0
%13

Triadic Colors of #c06fdf

#c06fdf #dfc06f #6fdfc0

Analogous Colors of #c06fdf

#c06fdf #df6fc6 #886fdf

Monochromatic Colors of #c06fdf

#c06fdf

Complementary Color

#c06fdf #8edf6f

#c06fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06fdf Color CSS Codes

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

#c06fdf Text Font Color

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

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


#c06fdf Background Color

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

This div background color is #c06fdf


#c06fdf Border Color

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

This div border color is #c06fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06fdf


Comments

No comments written yet.

Please login to write comment.