Color Hex Logo

#c76ed5 Color Hex

#C76ED5
(199,110,213)
0 Favorites   0 Comments

Color spaces of #c76ed5

RGB 199110213
HSL0.810.550.63
HSV292°48°84°
CMYK 0.070.480.00   0.16
XYZ41.139428.098166.2060
Yxy28.09810.30370.2075
Hunter Lab53.007645.7711-36.9473
CIE-Lab59.977350.7307-38.4420

#c76ed5 color RGB value is (199,110,213).

#c76ed5 hex color red value is 199, green value is 110 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #c76ed5 hue: 0.81 , saturation: 0.55 and the lightness value of c76ed5 is 0.63.

The process color (four color CMYK) of #c76ed5 color hex is 0.07, 0.48, 0.00, 0.16. Web safe color of #c76ed5 is #cc66cc. Color #c76ed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101110 11010101
Octal 307 156 325
Decimal 199 110 213
Hex C7 6E D5

RGB Percentages of Color #c76ed5

%38.12
%21.07
%40.80

CMYK Percentages of Color #c76ed5

%7
%48
%0
%16

Triadic Colors of #c76ed5

#c76ed5 #d5c76e #6ed5c7

Analogous Colors of #c76ed5

#c76ed5 #d56eb0 #946ed5

Monochromatic Colors of #c76ed5

#c76ed5

Complementary Color

#c76ed5 #7cd56e

#c76ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76ed5 Color CSS Codes

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

#c76ed5 Text Font Color

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

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


#c76ed5 Background Color

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

This div background color is #c76ed5


#c76ed5 Border Color

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

This div border color is #c76ed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76ed5


Comments

No comments written yet.

Please login to write comment.