Color Hex Logo

#770ffd Color Hex

#770FFD
(119,15,253)
0 Favorites   0 Comments

Color spaces of #770ffd

RGB 11915253
HSL0.740.980.53
HSV266°94°99°
CMYK 0.530.940.00   0.01
XYZ25.508211.355493.7759
Yxy11.35540.19530.0869
Hunter Lab33.697876.1480-141.4068
CIE-Lab40.172780.3916-93.4366

#770ffd color RGB value is (119,15,253).

#770ffd hex color red value is 119, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #770ffd hue: 0.74 , saturation: 0.98 and the lightness value of 770ffd is 0.53.

The process color (four color CMYK) of #770ffd color hex is 0.53, 0.94, 0.00, 0.01. Web safe color of #770ffd is #6600ff. Color #770ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001111 11111101
Octal 167 17 375
Decimal 119 15 253
Hex 77 F FD

RGB Percentages of Color #770ffd

%30.75
%3.88
%65.37

CMYK Percentages of Color #770ffd

%53
%94
%0
%1

Triadic Colors of #770ffd

#770ffd #fd770f #0ffd77

Analogous Colors of #770ffd

#770ffd #ee0ffd #0f1efd

Monochromatic Colors of #770ffd

#770ffd

Complementary Color

#770ffd #95fd0f

#770ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#770ffd Color CSS Codes

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

#770ffd Text Font Color

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

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


#770ffd Background Color

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

This div background color is #770ffd


#770ffd Border Color

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

This div border color is #770ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,15,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #770ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #770ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #770ffd;
  box-shadow:         1px 1px 3px 2px #770ffd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770ffd


Comments

No comments written yet.

Please login to write comment.