Color Hex Logo

#c76fde Color Hex

#C76FDE
(199,111,222)
0 Favorites   0 Comments

Color spaces of #c76fde

RGB 199111222
HSL0.800.630.65
HSV288°50°87°
CMYK 0.100.500.00   0.13
XYZ42.422428.784972.4274
Yxy28.78490.29530.2004
Hunter Lab53.651647.2501-42.4830
CIE-Lab60.591351.9755-42.5326

#c76fde color RGB value is (199,111,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101111 11011110
Octal 307 157 336
Decimal 199 111 222
Hex C7 6F DE

RGB Percentages of Color #c76fde

%37.41
%20.86
%41.73

CMYK Percentages of Color #c76fde

%10
%50
%0
%13

Triadic Colors of #c76fde

#c76fde #dec76f #6fdec7

Analogous Colors of #c76fde

#c76fde #de6fbe #906fde

Monochromatic Colors of #c76fde

#c76fde

Complementary Color

#c76fde #86de6f

#c76fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76fde Color CSS Codes

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

#c76fde Text Font Color

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

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


#c76fde Background Color

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

This div background color is #c76fde


#c76fde Border Color

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

This div border color is #c76fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76fde


Comments

No comments written yet.

Please login to write comment.