Color Hex Logo

#7395dd Color Hex

#7395DD
(115,149,221)
0 Favorites   0 Comments

Color spaces of #7395dd

RGB 115149221
HSL0.610.610.66
HSV221°48°87°
CMYK 0.480.330.00   0.13
XYZ30.868830.360272.6398
Yxy30.36020.23060.2268
Hunter Lab55.10013.5761-39.5934
CIE-Lab61.96387.6368-40.3368

#7395dd color RGB value is (115,149,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010101 11011101
Octal 163 225 335
Decimal 115 149 221
Hex 73 95 DD

RGB Percentages of Color #7395dd

%23.71
%30.72
%45.57

CMYK Percentages of Color #7395dd

%48
%33
%0
%13

Triadic Colors of #7395dd

#7395dd #dd7395 #95dd73

Analogous Colors of #7395dd

#7395dd #8673dd #73cadd

Monochromatic Colors of #7395dd

#7395dd

Complementary Color

#7395dd #ddbb73

#7395dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7395dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7395dd Color CSS Codes

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

#7395dd Text Font Color

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

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


#7395dd Background Color

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

This div background color is #7395dd


#7395dd Border Color

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

This div border color is #7395dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7395dd


Comments

No comments written yet.

Please login to write comment.