Color Hex Logo

#c76adf Color Hex

#C76ADF
(199,106,223)
0 Favorites   0 Comments

Color spaces of #c76adf

RGB 199106223
HSL0.800.650.65
HSV288°52°87°
CMYK 0.110.520.00   0.13
XYZ42.026527.777972.9587
Yxy27.77790.29440.1946
Hunter Lab52.704750.1017-45.1813
CIE-Lab59.687654.6786-44.5167

#c76adf color RGB value is (199,106,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101010 11011111
Octal 307 152 337
Decimal 199 106 223
Hex C7 6A DF

RGB Percentages of Color #c76adf

%37.69
%20.08
%42.23

CMYK Percentages of Color #c76adf

%11
%52
%0
%13

Triadic Colors of #c76adf

#c76adf #dfc76a #6adfc7

Analogous Colors of #c76adf

#c76adf #df6abd #8d6adf

Monochromatic Colors of #c76adf

#c76adf

Complementary Color

#c76adf #82df6a

#c76adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76adf Color CSS Codes

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

#c76adf Text Font Color

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

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


#c76adf Background Color

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

This div background color is #c76adf


#c76adf Border Color

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

This div border color is #c76adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76adf


Comments

No comments written yet.

Please login to write comment.