Color Hex Logo

#7458ee Color Hex

#7458EE
(116,88,238)
0 Favorites   0 Comments

Color spaces of #7458ee

RGB 11688238
HSL0.700.820.64
HSV251°63°93°
CMYK 0.510.630.00   0.07
XYZ26.124816.865582.7674
Yxy16.86550.20770.1341
Hunter Lab41.067641.6828-90.7453
CIE-Lab48.090148.8429-72.0279

#7458ee color RGB value is (116,88,238).

#7458ee hex color red value is 116, green value is 88 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7458ee hue: 0.70 , saturation: 0.82 and the lightness value of 7458ee is 0.64.

The process color (four color CMYK) of #7458ee color hex is 0.51, 0.63, 0.00, 0.07. Web safe color of #7458ee is #6666ff. Color #7458ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011000 11101110
Octal 164 130 356
Decimal 116 88 238
Hex 74 58 EE

RGB Percentages of Color #7458ee

%26.24
%19.91
%53.85

CMYK Percentages of Color #7458ee

%51
%63
%0
%7

Triadic Colors of #7458ee

#7458ee #ee7458 #58ee74

Analogous Colors of #7458ee

#7458ee #bf58ee #5887ee

Monochromatic Colors of #7458ee

#7458ee

Complementary Color

#7458ee #d2ee58

#7458ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7458ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7458ee Color CSS Codes

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

#7458ee Text Font Color

<p style="color:#7458ee">Text here</p>

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


#7458ee Background Color

<div style="background-color:#7458ee">
Div content here</div>

This div background color is #7458ee


#7458ee Border Color

<div style="border:3px solid #7458ee">
Div here</div>

This div border color is #7458ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,88,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7458ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7458ee;
  -webkit-box-shadow: 1px 1px 3px 2px #7458ee;
  box-shadow:         1px 1px 3px 2px #7458ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,88,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7458ee


Comments

No comments written yet.

Please login to write comment.