Color Hex Logo

#7458cd Color Hex

#7458CD
(116,88,205)
0 Favorites   0 Comments

Color spaces of #7458cd

RGB 11688205
HSL0.710.540.57
HSV254°57°80°
CMYK 0.430.570.00   0.20
XYZ21.711615.100259.5279
Yxy15.10020.22540.1567
Hunter Lab38.859031.7298-63.6248
CIE-Lab45.771139.3928-57.0353

#7458cd color RGB value is (116,88,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011000 11001101
Octal 164 130 315
Decimal 116 88 205
Hex 74 58 CD

RGB Percentages of Color #7458cd

%28.36
%21.52
%50.12

CMYK Percentages of Color #7458cd

%43
%57
%0
%20

Triadic Colors of #7458cd

#7458cd #cd7458 #58cd74

Analogous Colors of #7458cd

#7458cd #af58cd #5877cd

Monochromatic Colors of #7458cd

#7458cd

Complementary Color

#7458cd #b1cd58

#7458cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7458cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7458cd Color CSS Codes

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

#7458cd Text Font Color

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

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


#7458cd Background Color

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

This div background color is #7458cd


#7458cd Border Color

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

This div border color is #7458cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7458cd


Comments

No comments written yet.

Please login to write comment.