Color Hex Logo

#7385ef Color Hex

#7385EF
(115,133,239)
0 Favorites   0 Comments

Color spaces of #7385ef

RGB 115133239
HSL0.640.790.69
HSV231°52°94°
CMYK 0.520.440.00   0.06
XYZ31.037726.651985.1698
Yxy26.65190.21730.1866
Hunter Lab51.625516.9712-61.6766
CIE-Lab58.650722.5429-55.5692

#7385ef color RGB value is (115,133,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000101 11101111
Octal 163 205 357
Decimal 115 133 239
Hex 73 85 EF

RGB Percentages of Color #7385ef

%23.61
%27.31
%49.08

CMYK Percentages of Color #7385ef

%52
%44
%0
%6

Triadic Colors of #7385ef

#7385ef #ef7385 #85ef73

Analogous Colors of #7385ef

#7385ef #9f73ef #73c3ef

Monochromatic Colors of #7385ef

#7385ef

Complementary Color

#7385ef #efdd73

#7385ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7385ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7385ef Color CSS Codes

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

#7385ef Text Font Color

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

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


#7385ef Background Color

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

This div background color is #7385ef


#7385ef Border Color

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

This div border color is #7385ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7385ef


Comments

No comments written yet.

Please login to write comment.