Color Hex Logo

#7398dd Color Hex

#7398DD
(115,152,221)
0 Favorites   0 Comments

Color spaces of #7398dd

RGB 115152221
HSL0.610.610.66
HSV219°48°87°
CMYK 0.480.310.00   0.13
XYZ31.349631.321872.8000
Yxy31.32180.23140.2312
Hunter Lab55.96592.0475-37.9479
CIE-Lab62.77845.9009-39.0607

#7398dd color RGB value is (115,152,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011000 11011101
Octal 163 230 335
Decimal 115 152 221
Hex 73 98 DD

RGB Percentages of Color #7398dd

%23.57
%31.15
%45.29

CMYK Percentages of Color #7398dd

%48
%31
%0
%13

Triadic Colors of #7398dd

#7398dd #dd7398 #98dd73

Analogous Colors of #7398dd

#7398dd #8373dd #73cddd

Monochromatic Colors of #7398dd

#7398dd

Complementary Color

#7398dd #ddb873

#7398dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7398dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7398dd Color CSS Codes

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

#7398dd Text Font Color

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

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


#7398dd Background Color

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

This div background color is #7398dd


#7398dd Border Color

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

This div border color is #7398dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7398dd


Comments

No comments written yet.

Please login to write comment.