Color Hex Logo

#7380dd Color Hex

#7380DD
(115,128,221)
0 Favorites   0 Comments

Color spaces of #7380dd

RGB 115128221
HSL0.650.610.66
HSV233°48°87°
CMYK 0.480.420.00   0.13
XYZ27.840524.303671.6303
Yxy24.30360.22490.1964
Hunter Lab49.298714.5318-51.6385
CIE-Lab56.390520.0317-49.1326

#7380dd color RGB value is (115,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000000 11011101
Octal 163 200 335
Decimal 115 128 221
Hex 73 80 DD

RGB Percentages of Color #7380dd

%24.78
%27.59
%47.63

CMYK Percentages of Color #7380dd

%48
%42
%0
%13

Triadic Colors of #7380dd

#7380dd #dd7380 #80dd73

Analogous Colors of #7380dd

#7380dd #9b73dd #73b5dd

Monochromatic Colors of #7380dd

#7380dd

Complementary Color

#7380dd #ddd073

#7380dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7380dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7380dd Color CSS Codes

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

#7380dd Text Font Color

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

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


#7380dd Background Color

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

This div background color is #7380dd


#7380dd Border Color

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

This div border color is #7380dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7380dd


Comments

No comments written yet.

Please login to write comment.