Color Hex Logo

#7395dc Color Hex

#7395DC
(115,149,220)
0 Favorites   0 Comments

Color spaces of #7395dc

RGB 115149220
HSL0.610.600.66
HSV221°48°86°
CMYK 0.480.320.00   0.14
XYZ30.735930.307071.9400
Yxy30.30700.23110.2279
Hunter Lab55.05183.3175-38.9421
CIE-Lab61.91827.3392-39.8524

#7395dc color RGB value is (115,149,220).

#7395dc hex color red value is 115, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7395dc hue: 0.61 , saturation: 0.60 and the lightness value of 7395dc is 0.66.

The process color (four color CMYK) of #7395dc color hex is 0.48, 0.32, 0.00, 0.14. Web safe color of #7395dc is #6699cc. Color #7395dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010101 11011100
Octal 163 225 334
Decimal 115 149 220
Hex 73 95 DC

RGB Percentages of Color #7395dc

%23.76
%30.79
%45.45

CMYK Percentages of Color #7395dc

%48
%32
%0
%14

Triadic Colors of #7395dc

#7395dc #dc7395 #95dc73

Analogous Colors of #7395dc

#7395dc #8673dc #73cadc

Monochromatic Colors of #7395dc

#7395dc

Complementary Color

#7395dc #dcba73

#7395dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7395dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7395dc Color CSS Codes

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

#7395dc Text Font Color

<p style="color:#7395dc">Text here</p>

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


#7395dc Background Color

<div style="background-color:#7395dc">
Div content here</div>

This div background color is #7395dc


#7395dc Border Color

<div style="border:3px solid #7395dc">
Div here</div>

This div border color is #7395dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,149,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7395dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7395dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7395dc;
  box-shadow:         1px 1px 3px 2px #7395dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7395dc


Comments

No comments written yet.

Please login to write comment.