Color Hex Logo

#7458de Color Hex

#7458DE
(116,88,222)
0 Favorites   0 Comments

Color spaces of #7458de

RGB 11688222
HSL0.700.670.61
HSV253°60°87°
CMYK 0.480.600.00   0.13
XYZ23.877015.966470.9306
Yxy15.96640.21550.1441
Hunter Lab39.958036.7367-77.2769
CIE-Lab46.930444.2371-64.8749

#7458de color RGB value is (116,88,222).

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

The process color (four color CMYK) of #7458de color hex is 0.48, 0.60, 0.00, 0.13. Web safe color of #7458de is #6666cc. Color #7458de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011000 11011110
Octal 164 130 336
Decimal 116 88 222
Hex 74 58 DE

RGB Percentages of Color #7458de

%27.23
%20.66
%52.11

CMYK Percentages of Color #7458de

%48
%60
%0
%13

Triadic Colors of #7458de

#7458de #de7458 #58de74

Analogous Colors of #7458de

#7458de #b758de #587fde

Monochromatic Colors of #7458de

#7458de

Complementary Color

#7458de #c2de58

#7458de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7458de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7458de Color CSS Codes

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

#7458de Text Font Color

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

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


#7458de Background Color

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

This div background color is #7458de


#7458de Border Color

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

This div border color is #7458de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7458de


Comments

No comments written yet.

Please login to write comment.