Color Hex Logo

#7381dc Color Hex

#7381DC
(115,129,220)
0 Favorites   0 Comments

Color spaces of #7381dc

RGB 115129220
HSL0.640.600.66
HSV232°48°86°
CMYK 0.480.410.00   0.14
XYZ27.838824.512770.9743
Yxy24.51270.22570.1988
Hunter Lab49.510313.7245-50.3365
CIE-Lab56.597519.1327-48.2430

#7381dc color RGB value is (115,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000001 11011100
Octal 163 201 334
Decimal 115 129 220
Hex 73 81 DC

RGB Percentages of Color #7381dc

%24.78
%27.80
%47.41

CMYK Percentages of Color #7381dc

%48
%41
%0
%14

Triadic Colors of #7381dc

#7381dc #dc7381 #81dc73

Analogous Colors of #7381dc

#7381dc #9a73dc #73b6dc

Monochromatic Colors of #7381dc

#7381dc

Complementary Color

#7381dc #dcce73

#7381dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7381dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7381dc Color CSS Codes

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

#7381dc Text Font Color

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

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


#7381dc Background Color

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

This div background color is #7381dc


#7381dc Border Color

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

This div border color is #7381dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7381dc


Comments

No comments written yet.

Please login to write comment.