Color Hex Logo

#770efd Color Hex

#770EFD
(119,14,253)
0 Favorites   0 Comments

Color spaces of #770efd

RGB 11914253
HSL0.740.980.52
HSV266°94°99°
CMYK 0.530.940.00   0.01
XYZ25.494411.327993.7713
Yxy11.32790.19520.0867
Hunter Lab33.656976.3102-141.6274
CIE-Lab40.127380.5291-93.5117

#770efd color RGB value is (119,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001110 11111101
Octal 167 16 375
Decimal 119 14 253
Hex 77 E FD

RGB Percentages of Color #770efd

%30.83
%3.63
%65.54

CMYK Percentages of Color #770efd

%53
%94
%0
%1

Triadic Colors of #770efd

#770efd #fd770e #0efd77

Analogous Colors of #770efd

#770efd #ef0efd #0e1dfd

Monochromatic Colors of #770efd

#770efd

Complementary Color

#770efd #94fd0e

#770efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#770efd Color CSS Codes

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

#770efd Text Font Color

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

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


#770efd Background Color

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

This div background color is #770efd


#770efd Border Color

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

This div border color is #770efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,14,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 #770efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770efd

Related Colors


Comments

No comments written yet.

Please login to write comment.