Color Hex Logo

#7061da Color Hex

#7061DA
(112,97,218)
0 Favorites   0 Comments

Color spaces of #7061da

RGB 11297218
HSL0.690.620.62
HSV247°56°85°
CMYK 0.490.560.00   0.15
XYZ23.611717.056168.3773
Yxy17.05610.21650.1564
Hunter Lab41.299029.7797-69.2550
CIE-Lab48.330637.0286-60.3548

#7061da color RGB value is (112,97,218).

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

The process color (four color CMYK) of #7061da color hex is 0.49, 0.56, 0.00, 0.15. Web safe color of #7061da is #6666cc. Color #7061da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100001 11011010
Octal 160 141 332
Decimal 112 97 218
Hex 70 61 DA

RGB Percentages of Color #7061da

%26.23
%22.72
%51.05

CMYK Percentages of Color #7061da

%49
%56
%0
%15

Triadic Colors of #7061da

#7061da #da7061 #61da70

Analogous Colors of #7061da

#7061da #ad61da #618fda

Monochromatic Colors of #7061da

#7061da

Complementary Color

#7061da #cbda61

#7061da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7061da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7061da Color CSS Codes

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

#7061da Text Font Color

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

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


#7061da Background Color

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

This div background color is #7061da


#7061da Border Color

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

This div border color is #7061da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7061da


Comments

No comments written yet.

Please login to write comment.