Color Hex Logo

#7375ea Color Hex

#7375EA
(115,117,234)
0 Favorites   0 Comments

Color spaces of #7375ea

RGB 115117234
HSL0.660.740.68
HSV239°51°92°
CMYK 0.510.500.00   0.08
XYZ28.282822.307980.6571
Yxy22.30790.21550.1700
Hunter Lab47.231224.2339-68.1881
CIE-Lab54.352230.5668-59.6666

#7375ea color RGB value is (115,117,234).

#7375ea hex color red value is 115, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7375ea hue: 0.66 , saturation: 0.74 and the lightness value of 7375ea is 0.68.

The process color (four color CMYK) of #7375ea color hex is 0.51, 0.50, 0.00, 0.08. Web safe color of #7375ea is #6666ff. Color #7375ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110101 11101010
Octal 163 165 352
Decimal 115 117 234
Hex 73 75 EA

RGB Percentages of Color #7375ea

%24.68
%25.11
%50.21

CMYK Percentages of Color #7375ea

%51
%50
%0
%8

Triadic Colors of #7375ea

#7375ea #ea7375 #75ea73

Analogous Colors of #7375ea

#7375ea #ad73ea #73b1ea

Monochromatic Colors of #7375ea

#7375ea

Complementary Color

#7375ea #eae873

#7375ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7375ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7375ea Color CSS Codes

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

#7375ea Text Font Color

<p style="color:#7375ea">Text here</p>

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


#7375ea Background Color

<div style="background-color:#7375ea">
Div content here</div>

This div background color is #7375ea


#7375ea Border Color

<div style="border:3px solid #7375ea">
Div here</div>

This div border color is #7375ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,117,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7375ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7375ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7375ea;
  box-shadow:         1px 1px 3px 2px #7375ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7375ea


Comments

No comments written yet.

Please login to write comment.