Color Hex Logo

#7381ef Color Hex

#7381EF
(115,129,239)
0 Favorites   0 Comments

Color spaces of #7381ef

RGB 115129239
HSL0.650.790.69
HSV233°52°94°
CMYK 0.520.460.00   0.06
XYZ30.500525.577384.9907
Yxy25.57730.21620.1813
Hunter Lab50.574019.1464-64.2363
CIE-Lab57.633624.9289-57.1935

#7381ef color RGB value is (115,129,239).

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

The process color (four color CMYK) of #7381ef color hex is 0.52, 0.46, 0.00, 0.06. Web safe color of #7381ef is #6699ff. Color #7381ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000001 11101111
Octal 163 201 357
Decimal 115 129 239
Hex 73 81 EF

RGB Percentages of Color #7381ef

%23.81
%26.71
%49.48

CMYK Percentages of Color #7381ef

%52
%46
%0
%6

Triadic Colors of #7381ef

#7381ef #ef7381 #81ef73

Analogous Colors of #7381ef

#7381ef #a373ef #73bfef

Monochromatic Colors of #7381ef

#7381ef

Complementary Color

#7381ef #efe173

#7381ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7381ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7381ef Color CSS Codes

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

#7381ef Text Font Color

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

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


#7381ef Background Color

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

This div background color is #7381ef


#7381ef Border Color

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

This div border color is #7381ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7381ef


Comments

No comments written yet.

Please login to write comment.