Color Hex Logo

#7354bb Color Hex

#7354BB
(115,84,187)
0 Favorites   0 Comments

Color spaces of #7354bb

RGB 11584187
HSL0.720.430.53
HSV258°55°73°
CMYK 0.390.550.00   0.27
XYZ19.210213.573348.6211
Yxy13.57330.23600.1667
Hunter Lab36.842028.6004-52.4569
CIE-Lab43.614736.4680-50.0847

#7354bb color RGB value is (115,84,187).

#7354bb hex color red value is 115, green value is 84 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7354bb hue: 0.72 , saturation: 0.43 and the lightness value of 7354bb is 0.53.

The process color (four color CMYK) of #7354bb color hex is 0.39, 0.55, 0.00, 0.27. Web safe color of #7354bb is #6666cc. Color #7354bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010100 10111011
Octal 163 124 273
Decimal 115 84 187
Hex 73 54 BB

RGB Percentages of Color #7354bb

%29.79
%21.76
%48.45

CMYK Percentages of Color #7354bb

%39
%55
%0
%27

Triadic Colors of #7354bb

#7354bb #bb7354 #54bb73

Analogous Colors of #7354bb

#7354bb #a754bb #5469bb

Monochromatic Colors of #7354bb

#7354bb

Complementary Color

#7354bb #9cbb54

#7354bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7354bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7354bb Color CSS Codes

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

#7354bb Text Font Color

<p style="color:#7354bb">Text here</p>

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


#7354bb Background Color

<div style="background-color:#7354bb">
Div content here</div>

This div background color is #7354bb


#7354bb Border Color

<div style="border:3px solid #7354bb">
Div here</div>

This div border color is #7354bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,84,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7354bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7354bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7354bb;
  box-shadow:         1px 1px 3px 2px #7354bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,84,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 #7354bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7354bb


Comments

No comments written yet.

Please login to write comment.