Color Hex Logo

#c77ed3 Color Hex

#C77ED3
(199,126,211)
0 Favorites   0 Comments

Color spaces of #c77ed3

RGB 199126211
HSL0.810.490.66
HSV292°40°83°
CMYK 0.060.400.00   0.17
XYZ42.771931.767065.5053
Yxy31.76700.30540.2268
Hunter Lab56.362236.8254-29.4545
CIE-Lab63.149841.9938-32.3722

#c77ed3 color RGB value is (199,126,211).

#c77ed3 hex color red value is 199, green value is 126 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #c77ed3 hue: 0.81 , saturation: 0.49 and the lightness value of c77ed3 is 0.66.

The process color (four color CMYK) of #c77ed3 color hex is 0.06, 0.40, 0.00, 0.17. Web safe color of #c77ed3 is #cc66cc. Color #c77ed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111110 11010011
Octal 307 176 323
Decimal 199 126 211
Hex C7 7E D3

RGB Percentages of Color #c77ed3

%37.13
%23.51
%39.37

CMYK Percentages of Color #c77ed3

%6
%40
%0
%17

Triadic Colors of #c77ed3

#c77ed3 #d3c77e #7ed3c7

Analogous Colors of #c77ed3

#c77ed3 #d37eb5 #9d7ed3

Monochromatic Colors of #c77ed3

#c77ed3

Complementary Color

#c77ed3 #8ad37e

#c77ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77ed3 Color CSS Codes

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

#c77ed3 Text Font Color

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

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


#c77ed3 Background Color

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

This div background color is #c77ed3


#c77ed3 Border Color

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

This div border color is #c77ed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77ed3


Comments

No comments written yet.

Please login to write comment.