Color Hex Logo

#7381df Color Hex

#7381DF
(115,129,223)
0 Favorites   0 Comments

Color spaces of #7381df

RGB 115129223
HSL0.650.630.66
HSV232°48°87°
CMYK 0.480.420.00   0.13
XYZ28.239824.673173.0860
Yxy24.67310.22410.1958
Hunter Lab49.672014.5557-52.4672
CIE-Lab56.755520.0384-49.6737

#7381df color RGB value is (115,129,223).

#7381df hex color red value is 115, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7381df hue: 0.65 , saturation: 0.63 and the lightness value of 7381df is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000001 11011111
Octal 163 201 337
Decimal 115 129 223
Hex 73 81 DF

RGB Percentages of Color #7381df

%24.63
%27.62
%47.75

CMYK Percentages of Color #7381df

%48
%42
%0
%13

Triadic Colors of #7381df

#7381df #df7381 #81df73

Analogous Colors of #7381df

#7381df #9b73df #73b7df

Monochromatic Colors of #7381df

#7381df

Complementary Color

#7381df #dfd173

#7381df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7381df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7381df Color CSS Codes

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

#7381df Text Font Color

<p style="color:#7381df">Text here</p>

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


#7381df Background Color

<div style="background-color:#7381df">
Div content here</div>

This div background color is #7381df


#7381df Border Color

<div style="border:3px solid #7381df">
Div here</div>

This div border color is #7381df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,129,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7381df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7381df;
  -webkit-box-shadow: 1px 1px 3px 2px #7381df;
  box-shadow:         1px 1px 3px 2px #7381df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7381df


Comments

No comments written yet.

Please login to write comment.