Color Hex Logo

#c76adc Color Hex

#C76ADC
(199,106,220)
0 Favorites   0 Comments

Color spaces of #c76adc

RGB 199106220
HSL0.800.620.64
HSV289°52°86°
CMYK 0.100.520.00   0.14
XYZ41.625527.617570.8469
Yxy27.61750.29710.1971
Hunter Lab52.552449.4191-43.1434
CIE-Lab59.541654.0924-43.0632

#c76adc color RGB value is (199,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101010 11011100
Octal 307 152 334
Decimal 199 106 220
Hex C7 6A DC

RGB Percentages of Color #c76adc

%37.90
%20.19
%41.90

CMYK Percentages of Color #c76adc

%10
%52
%0
%14

Triadic Colors of #c76adc

#c76adc #dcc76a #6adcc7

Analogous Colors of #c76adc

#c76adc #dc6ab8 #8e6adc

Monochromatic Colors of #c76adc

#c76adc

Complementary Color

#c76adc #7fdc6a

#c76adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76adc Color CSS Codes

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

#c76adc Text Font Color

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

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


#c76adc Background Color

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

This div background color is #c76adc


#c76adc Border Color

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

This div border color is #c76adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76adc


Comments

No comments written yet.

Please login to write comment.