Color Hex Logo

#c77fe5 Color Hex

#C77FE5
(199,127,229)
0 Favorites   0 Comments

Color spaces of #c77fe5

RGB 199127229
HSL0.780.660.70
HSV282°45°90°
CMYK 0.130.450.00   0.10
XYZ45.285432.978078.1073
Yxy32.97800.28960.2109
Hunter Lab57.426540.2653-40.4434
CIE-Lab64.143145.0756-40.8583

#c77fe5 color RGB value is (199,127,229).

#c77fe5 hex color red value is 199, green value is 127 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #c77fe5 hue: 0.78 , saturation: 0.66 and the lightness value of c77fe5 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111111 11100101
Octal 307 177 345
Decimal 199 127 229
Hex C7 7F E5

RGB Percentages of Color #c77fe5

%35.86
%22.88
%41.26

CMYK Percentages of Color #c77fe5

%13
%45
%0
%10

Triadic Colors of #c77fe5

#c77fe5 #e5c77f #7fe5c7

Analogous Colors of #c77fe5

#c77fe5 #e57fd0 #947fe5

Monochromatic Colors of #c77fe5

#c77fe5

Complementary Color

#c77fe5 #9de57f

#c77fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77fe5 Color CSS Codes

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

#c77fe5 Text Font Color

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

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


#c77fe5 Background Color

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

This div background color is #c77fe5


#c77fe5 Border Color

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

This div border color is #c77fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77fe5


Comments

No comments written yet.

Please login to write comment.