Color Hex Logo

#7077f1 Color Hex

#7077F1
(112,119,241)
0 Favorites   0 Comments

Color spaces of #7077f1

RGB 112119241
HSL0.660.820.69
HSV237°54°95°
CMYK 0.540.510.00   0.05
XYZ29.156122.989386.1198
Yxy22.98930.21090.1663
Hunter Lab47.947224.6362-72.9301
CIE-Lab55.061330.9112-62.4404

#7077f1 color RGB value is (112,119,241).

#7077f1 hex color red value is 112, green value is 119 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #7077f1 hue: 0.66 , saturation: 0.82 and the lightness value of 7077f1 is 0.69.

The process color (four color CMYK) of #7077f1 color hex is 0.54, 0.51, 0.00, 0.05. Web safe color of #7077f1 is #6666ff. Color #7077f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110111 11110001
Octal 160 167 361
Decimal 112 119 241
Hex 70 77 F1

RGB Percentages of Color #7077f1

%23.73
%25.21
%51.06

CMYK Percentages of Color #7077f1

%54
%51
%0
%5

Triadic Colors of #7077f1

#7077f1 #f17077 #77f170

Analogous Colors of #7077f1

#7077f1 #aa70f1 #70b8f1

Monochromatic Colors of #7077f1

#7077f1

Complementary Color

#7077f1 #f1ea70

#7077f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7077f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7077f1 Color CSS Codes

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

#7077f1 Text Font Color

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

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


#7077f1 Background Color

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

This div background color is #7077f1


#7077f1 Border Color

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

This div border color is #7077f1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,119,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7077f1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7077f1;
  -webkit-box-shadow: 1px 1px 3px 2px #7077f1;
  box-shadow:         1px 1px 3px 2px #7077f1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7077f1


Comments

No comments written yet.

Please login to write comment.