Color Hex Logo

#7458cf Color Hex

#7458CF
(116,88,207)
0 Favorites   0 Comments

Color spaces of #7458cf

RGB 11688207
HSL0.710.550.58
HSV254°57°81°
CMYK 0.440.570.00   0.19
XYZ21.954715.197460.8077
Yxy15.19740.22410.1551
Hunter Lab38.983832.3049-65.1929
CIE-Lab45.903439.9593-57.9710

#7458cf color RGB value is (116,88,207).

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

The process color (four color CMYK) of #7458cf color hex is 0.44, 0.57, 0.00, 0.19. Web safe color of #7458cf is #6666cc. Color #7458cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011000 11001111
Octal 164 130 317
Decimal 116 88 207
Hex 74 58 CF

RGB Percentages of Color #7458cf

%28.22
%21.41
%50.36

CMYK Percentages of Color #7458cf

%44
%57
%0
%19

Triadic Colors of #7458cf

#7458cf #cf7458 #58cf74

Analogous Colors of #7458cf

#7458cf #b058cf #5878cf

Monochromatic Colors of #7458cf

#7458cf

Complementary Color

#7458cf #b3cf58

#7458cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7458cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7458cf Color CSS Codes

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

#7458cf Text Font Color

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

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


#7458cf Background Color

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

This div background color is #7458cf


#7458cf Border Color

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

This div border color is #7458cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7458cf


Comments

No comments written yet.

Please login to write comment.