Color Hex Logo

#7162da Color Hex

#7162DA
(113,98,218)
0 Favorites   0 Comments

Color spaces of #7162da

RGB 11398218
HSL0.690.620.62
HSV248°55°85°
CMYK 0.480.550.00   0.15
XYZ23.832617.308068.4143
Yxy17.30800.21750.1580
Hunter Lab41.602929.4503-68.3780
CIE-Lab48.645836.6473-59.8424

#7162da color RGB value is (113,98,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100010 11011010
Octal 161 142 332
Decimal 113 98 218
Hex 71 62 DA

RGB Percentages of Color #7162da

%26.34
%22.84
%50.82

CMYK Percentages of Color #7162da

%48
%55
%0
%15

Triadic Colors of #7162da

#7162da #da7162 #62da71

Analogous Colors of #7162da

#7162da #ad62da #628fda

Monochromatic Colors of #7162da

#7162da

Complementary Color

#7162da #cbda62

#7162da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7162da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7162da Color CSS Codes

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

#7162da Text Font Color

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

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


#7162da Background Color

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

This div background color is #7162da


#7162da Border Color

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

This div border color is #7162da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,98,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 #7162da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7162da


Comments

No comments written yet.

Please login to write comment.