Color Hex Logo

#7396da Color Hex

#7396DA
(115,150,218)
0 Favorites   0 Comments

Color spaces of #7396da

RGB 115150218
HSL0.610.580.65
HSV220°47°85°
CMYK 0.470.310.00   0.15
XYZ30.631530.519570.6061
Yxy30.51950.23250.2316
Hunter Lab55.24452.2954-37.1055
CIE-Lab62.09996.1671-38.4558

#7396da color RGB value is (115,150,218).

#7396da hex color red value is 115, green value is 150 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7396da hue: 0.61 , saturation: 0.58 and the lightness value of 7396da is 0.65.

The process color (four color CMYK) of #7396da color hex is 0.47, 0.31, 0.00, 0.15. Web safe color of #7396da is #6699cc. Color #7396da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010110 11011010
Octal 163 226 332
Decimal 115 150 218
Hex 73 96 DA

RGB Percentages of Color #7396da

%23.81
%31.06
%45.13

CMYK Percentages of Color #7396da

%47
%31
%0
%15

Triadic Colors of #7396da

#7396da #da7396 #96da73

Analogous Colors of #7396da

#7396da #8473da #73cada

Monochromatic Colors of #7396da

#7396da

Complementary Color

#7396da #dab773

#7396da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7396da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7396da Color CSS Codes

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

#7396da Text Font Color

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

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


#7396da Background Color

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

This div background color is #7396da


#7396da Border Color

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

This div border color is #7396da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7396da


Comments

No comments written yet.

Please login to write comment.