Color Hex Logo

#7354cb Color Hex

#7354CB
(115,84,203)
0 Favorites   0 Comments

Color spaces of #7354cb

RGB 11584203
HSL0.710.530.56
HSV256°59°80°
CMYK 0.430.590.00   0.20
XYZ21.020014.297358.1517
Yxy14.29730.22490.1530
Hunter Lab37.811833.0596-64.7154
CIE-Lab44.656340.9176-57.6874

#7354cb color RGB value is (115,84,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010100 11001011
Octal 163 124 313
Decimal 115 84 203
Hex 73 54 CB

RGB Percentages of Color #7354cb

%28.61
%20.90
%50.50

CMYK Percentages of Color #7354cb

%43
%59
%0
%20

Triadic Colors of #7354cb

#7354cb #cb7354 #54cb73

Analogous Colors of #7354cb

#7354cb #af54cb #5471cb

Monochromatic Colors of #7354cb

#7354cb

Complementary Color

#7354cb #accb54

#7354cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7354cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7354cb Color CSS Codes

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

#7354cb Text Font Color

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

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


#7354cb Background Color

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

This div background color is #7354cb


#7354cb Border Color

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

This div border color is #7354cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7354cb


Comments

No comments written yet.

Please login to write comment.