Color Hex Logo

#7458bc Color Hex

#7458BC
(116,88,188)
0 Favorites   0 Comments

Color spaces of #7458bc

RGB 11688188
HSL0.710.430.54
HSV257°53°74°
CMYK 0.380.530.00   0.26
XYZ19.769314.323349.2997
Yxy14.32330.23710.1718
Hunter Lab37.846127.0105-50.7409
CIE-Lab44.693134.6392-48.9333

#7458bc color RGB value is (116,88,188).

#7458bc hex color red value is 116, green value is 88 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7458bc hue: 0.71 , saturation: 0.43 and the lightness value of 7458bc is 0.54.

The process color (four color CMYK) of #7458bc color hex is 0.38, 0.53, 0.00, 0.26. Web safe color of #7458bc is #6666cc. Color #7458bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011000 10111100
Octal 164 130 274
Decimal 116 88 188
Hex 74 58 BC

RGB Percentages of Color #7458bc

%29.59
%22.45
%47.96

CMYK Percentages of Color #7458bc

%38
%53
%0
%26

Triadic Colors of #7458bc

#7458bc #bc7458 #58bc74

Analogous Colors of #7458bc

#7458bc #a658bc #586ebc

Monochromatic Colors of #7458bc

#7458bc

Complementary Color

#7458bc #a0bc58

#7458bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7458bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7458bc Color CSS Codes

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

#7458bc Text Font Color

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

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


#7458bc Background Color

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

This div background color is #7458bc


#7458bc Border Color

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

This div border color is #7458bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7458bc


Comments

No comments written yet.

Please login to write comment.