Color Hex Logo

#7382de Color Hex

#7382DE
(115,130,222)
0 Favorites   0 Comments

Color spaces of #7382de

RGB 115130222
HSL0.640.620.66
HSV232°48°87°
CMYK 0.480.410.00   0.13
XYZ28.237724.884072.4221
Yxy24.88400.22490.1982
Hunter Lab49.883913.7465-51.1594
CIE-Lab56.962219.1391-48.7854

#7382de color RGB value is (115,130,222).

#7382de hex color red value is 115, green value is 130 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7382de hue: 0.64 , saturation: 0.62 and the lightness value of 7382de is 0.66.

The process color (four color CMYK) of #7382de color hex is 0.48, 0.41, 0.00, 0.13. Web safe color of #7382de is #6699cc. Color #7382de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000010 11011110
Octal 163 202 336
Decimal 115 130 222
Hex 73 82 DE

RGB Percentages of Color #7382de

%24.63
%27.84
%47.54

CMYK Percentages of Color #7382de

%48
%41
%0
%13

Triadic Colors of #7382de

#7382de #de7382 #82de73

Analogous Colors of #7382de

#7382de #9a73de #73b8de

Monochromatic Colors of #7382de

#7382de

Complementary Color

#7382de #decf73

#7382de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7382de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7382de Color CSS Codes

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

#7382de Text Font Color

<p style="color:#7382de">Text here</p>

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


#7382de Background Color

<div style="background-color:#7382de">
Div content here</div>

This div background color is #7382de


#7382de Border Color

<div style="border:3px solid #7382de">
Div here</div>

This div border color is #7382de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,130,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7382de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7382de;
  -webkit-box-shadow: 1px 1px 3px 2px #7382de;
  box-shadow:         1px 1px 3px 2px #7382de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,130,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7382de


Comments

No comments written yet.

Please login to write comment.