Color Hex Logo

#771fed Color Hex

#771FED
(119,31,237)
0 Favorites   0 Comments

Color spaces of #771fed

RGB 11931237
HSL0.740.850.53
HSV266°87°93°
CMYK 0.500.870.00   0.07
XYZ23.383811.016381.0147
Yxy11.01630.20260.0954
Hunter Lab33.190867.6740-121.4860
CIE-Lab39.607973.6121-85.3548

#771fed color RGB value is (119,31,237).

#771fed hex color red value is 119, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #771fed hue: 0.74 , saturation: 0.85 and the lightness value of 771fed is 0.53.

The process color (four color CMYK) of #771fed color hex is 0.50, 0.87, 0.00, 0.07. Web safe color of #771fed is #6633ff. Color #771fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011111 11101101
Octal 167 37 355
Decimal 119 31 237
Hex 77 1F ED

RGB Percentages of Color #771fed

%30.75
%8.01
%61.24

CMYK Percentages of Color #771fed

%50
%87
%0
%7

Triadic Colors of #771fed

#771fed #ed771f #1fed77

Analogous Colors of #771fed

#771fed #de1fed #1f2eed

Monochromatic Colors of #771fed

#771fed

Complementary Color

#771fed #95ed1f

#771fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#771fed Color CSS Codes

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

#771fed Text Font Color

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

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


#771fed Background Color

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

This div background color is #771fed


#771fed Border Color

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

This div border color is #771fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,31,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #771fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #771fed;
  -webkit-box-shadow: 1px 1px 3px 2px #771fed;
  box-shadow:         1px 1px 3px 2px #771fed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,31,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771fed


Comments

No comments written yet.

Please login to write comment.