Color Hex Logo

#7354bc Color Hex

#7354BC
(115,84,188)
0 Favorites   0 Comments

Color spaces of #7354bc

RGB 11584188
HSL0.720.440.53
HSV258°55°74°
CMYK 0.390.550.00   0.26
XYZ19.317713.616349.1870
Yxy13.61630.23520.1658
Hunter Lab36.900328.8713-53.2017
CIE-Lab43.677636.7432-50.5670

#7354bc color RGB value is (115,84,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010100 10111100
Octal 163 124 274
Decimal 115 84 188
Hex 73 54 BC

RGB Percentages of Color #7354bc

%29.72
%21.71
%48.58

CMYK Percentages of Color #7354bc

%39
%55
%0
%26

Triadic Colors of #7354bc

#7354bc #bc7354 #54bc73

Analogous Colors of #7354bc

#7354bc #a754bc #5469bc

Monochromatic Colors of #7354bc

#7354bc

Complementary Color

#7354bc #9dbc54

#7354bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7354bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7354bc Color CSS Codes

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

#7354bc Text Font Color

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

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


#7354bc Background Color

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

This div background color is #7354bc


#7354bc Border Color

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

This div border color is #7354bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,84,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7354bc


Comments

No comments written yet.

Please login to write comment.