Color Hex Logo

#7381ec Color Hex

#7381EC
(115,129,236)
0 Favorites   0 Comments

Color spaces of #7381ec

RGB 115129236
HSL0.650.760.69
HSV233°51°93°
CMYK 0.510.450.00   0.07
XYZ30.060825.401582.6755
Yxy25.40150.21760.1839
Hunter Lab50.399918.2657-61.9788
CIE-Lab57.464524.0048-55.7975

#7381ec color RGB value is (115,129,236).

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

The process color (four color CMYK) of #7381ec color hex is 0.51, 0.45, 0.00, 0.07. Web safe color of #7381ec is #6699ff. Color #7381ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000001 11101100
Octal 163 201 354
Decimal 115 129 236
Hex 73 81 EC

RGB Percentages of Color #7381ec

%23.96
%26.88
%49.17

CMYK Percentages of Color #7381ec

%51
%45
%0
%7

Triadic Colors of #7381ec

#7381ec #ec7381 #81ec73

Analogous Colors of #7381ec

#7381ec #a273ec #73beec

Monochromatic Colors of #7381ec

#7381ec

Complementary Color

#7381ec #ecde73

#7381ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7381ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7381ec Color CSS Codes

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

#7381ec Text Font Color

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

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


#7381ec Background Color

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

This div background color is #7381ec


#7381ec Border Color

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

This div border color is #7381ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7381ec


Comments

No comments written yet.

Please login to write comment.