Color Hex Logo

#771ece Color Hex

#771ECE
(119,30,206)
0 Favorites   0 Comments

Color spaces of #771ece

RGB 11930206
HSL0.750.750.46
HSV270°85°81°
CMYK 0.420.850.00   0.19
XYZ19.21269.306759.1763
Yxy9.30670.21910.1061
Hunter Lab30.506959.0285-93.6541
CIE-Lab36.568266.8528-72.5798

#771ece color RGB value is (119,30,206).

#771ece hex color red value is 119, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #771ece hue: 0.75 , saturation: 0.75 and the lightness value of 771ece is 0.46.

The process color (four color CMYK) of #771ece color hex is 0.42, 0.85, 0.00, 0.19. Web safe color of #771ece is #6633cc. Color #771ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011110 11001110
Octal 167 36 316
Decimal 119 30 206
Hex 77 1E CE

RGB Percentages of Color #771ece

%33.52
%8.45
%58.03

CMYK Percentages of Color #771ece

%42
%85
%0
%19

Triadic Colors of #771ece

#771ece #ce771e #1ece77

Analogous Colors of #771ece

#771ece #ce1ecd #1f1ece

Monochromatic Colors of #771ece

#771ece

Complementary Color

#771ece #75ce1e

#771ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#771ece Color CSS Codes

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

#771ece Text Font Color

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

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


#771ece Background Color

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

This div background color is #771ece


#771ece Border Color

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

This div border color is #771ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771ece


Comments

No comments written yet.

Please login to write comment.