Color Hex Logo

#c77dff Color Hex

#C77DFF
(199,125,255)
0 Favorites   0 Comments

Color spaces of #c77dff

RGB 199125255
HSL0.761.000.75
HSV274°51°100°
CMYK 0.220.510.00   0.00
XYZ48.936834.029398.5968
Yxy34.02930.26950.1874
Hunter Lab58.334647.6576-59.3773
CIE-Lab64.985851.6691-53.8618

#c77dff color RGB value is (199,125,255).

#c77dff hex color red value is 199, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c77dff hue: 0.76 , saturation: 1.00 and the lightness value of c77dff is 0.75.

The process color (four color CMYK) of #c77dff color hex is 0.22, 0.51, 0.00, 0.00. Web safe color of #c77dff is #cc66ff. Color #c77dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111101 11111111
Octal 307 175 377
Decimal 199 125 255
Hex C7 7D FF

RGB Percentages of Color #c77dff

%34.37
%21.59
%44.04

CMYK Percentages of Color #c77dff

%22
%51
%0
%0

Triadic Colors of #c77dff

#c77dff #ffc77d #7dffc7

Analogous Colors of #c77dff

#c77dff #ff7df6 #867dff

Monochromatic Colors of #c77dff

#c77dff

Complementary Color

#c77dff #b5ff7d

#c77dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77dff Color CSS Codes

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

#c77dff Text Font Color

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

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


#c77dff Background Color

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

This div background color is #c77dff


#c77dff Border Color

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

This div border color is #c77dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77dff

Related Colors


Comments

No comments written yet.

Please login to write comment.