Color Hex Logo

#754fbb Color Hex

#754FBB
(117,79,187)
0 Favorites   0 Comments

Color spaces of #754fbb

RGB 11779187
HSL0.730.440.52
HSV261°58°73°
CMYK 0.370.580.00   0.27
XYZ19.101712.961748.5088
Yxy12.96170.23710.1609
Hunter Lab36.002431.7023-54.6844
CIE-Lab42.705539.8334-51.5345

#754fbb color RGB value is (117,79,187).

#754fbb hex color red value is 117, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #754fbb hue: 0.73 , saturation: 0.44 and the lightness value of 754fbb is 0.52.

The process color (four color CMYK) of #754fbb color hex is 0.37, 0.58, 0.00, 0.27. Web safe color of #754fbb is #6666cc. Color #754fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001111 10111011
Octal 165 117 273
Decimal 117 79 187
Hex 75 4F BB

RGB Percentages of Color #754fbb

%30.55
%20.63
%48.83

CMYK Percentages of Color #754fbb

%37
%58
%0
%27

Triadic Colors of #754fbb

#754fbb #bb754f #4fbb75

Analogous Colors of #754fbb

#754fbb #ab4fbb #4f5fbb

Monochromatic Colors of #754fbb

#754fbb

Complementary Color

#754fbb #95bb4f

#754fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#754fbb Color CSS Codes

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

#754fbb Text Font Color

<p style="color:#754fbb">Text here</p>

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


#754fbb Background Color

<div style="background-color:#754fbb">
Div content here</div>

This div background color is #754fbb


#754fbb Border Color

<div style="border:3px solid #754fbb">
Div here</div>

This div border color is #754fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,79,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #754fbb;
  box-shadow:         1px 1px 3px 2px #754fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,79,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754fbb


Comments

No comments written yet.

Please login to write comment.