Color Hex Logo

#7061df Color Hex

#7061DF
(112,97,223)
0 Favorites   0 Comments

Color spaces of #7061df

RGB 11297223
HSL0.690.660.63
HSV247°57°87°
CMYK 0.500.570.00   0.13
XYZ24.276117.321871.8760
Yxy17.32180.21390.1527
Hunter Lab41.619531.2827-73.2590
CIE-Lab48.663038.5171-62.6545

#7061df color RGB value is (112,97,223).

#7061df hex color red value is 112, green value is 97 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7061df hue: 0.69 , saturation: 0.66 and the lightness value of 7061df is 0.63.

The process color (four color CMYK) of #7061df color hex is 0.50, 0.57, 0.00, 0.13. Web safe color of #7061df is #6666cc. Color #7061df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100001 11011111
Octal 160 141 337
Decimal 112 97 223
Hex 70 61 DF

RGB Percentages of Color #7061df

%25.93
%22.45
%51.62

CMYK Percentages of Color #7061df

%50
%57
%0
%13

Triadic Colors of #7061df

#7061df #df7061 #61df70

Analogous Colors of #7061df

#7061df #af61df #6191df

Monochromatic Colors of #7061df

#7061df

Complementary Color

#7061df #d0df61

#7061df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7061df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7061df Color CSS Codes

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

#7061df Text Font Color

<p style="color:#7061df">Text here</p>

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


#7061df Background Color

<div style="background-color:#7061df">
Div content here</div>

This div background color is #7061df


#7061df Border Color

<div style="border:3px solid #7061df">
Div here</div>

This div border color is #7061df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,97,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7061df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7061df;
  -webkit-box-shadow: 1px 1px 3px 2px #7061df;
  box-shadow:         1px 1px 3px 2px #7061df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7061df


Comments

No comments written yet.

Please login to write comment.