Color Hex Logo

#7459cb Color Hex

#7459CB
(116,89,203)
0 Favorites   0 Comments

Color spaces of #7459cb

RGB 11689203
HSL0.710.520.57
HSV254°56°80°
CMYK 0.430.560.00   0.20
XYZ21.554315.169658.2919
Yxy15.16960.22680.1597
Hunter Lab38.948230.6244-61.4728
CIE-Lab45.865638.2456-55.7327

#7459cb color RGB value is (116,89,203).

#7459cb hex color red value is 116, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7459cb hue: 0.71 , saturation: 0.52 and the lightness value of 7459cb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011001 11001011
Octal 164 131 313
Decimal 116 89 203
Hex 74 59 CB

RGB Percentages of Color #7459cb

%28.43
%21.81
%49.75

CMYK Percentages of Color #7459cb

%43
%56
%0
%20

Triadic Colors of #7459cb

#7459cb #cb7459 #59cb74

Analogous Colors of #7459cb

#7459cb #ad59cb #5977cb

Monochromatic Colors of #7459cb

#7459cb

Complementary Color

#7459cb #b0cb59

#7459cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7459cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7459cb Color CSS Codes

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

#7459cb Text Font Color

<p style="color:#7459cb">Text here</p>

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


#7459cb Background Color

<div style="background-color:#7459cb">
Div content here</div>

This div background color is #7459cb


#7459cb Border Color

<div style="border:3px solid #7459cb">
Div here</div>

This div border color is #7459cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,89,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7459cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7459cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7459cb;
  box-shadow:         1px 1px 3px 2px #7459cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7459cb


Comments

No comments written yet.

Please login to write comment.