Color Hex Logo

#7357db Color Hex

#7357DB
(115,87,219)
0 Favorites   0 Comments

Color spaces of #7357db

RGB 11587219
HSL0.700.650.60
HSV253°60°86°
CMYK 0.470.600.00   0.14
XYZ23.264615.575768.7981
Yxy15.57570.21610.1447
Hunter Lab39.466136.1572-75.7294
CIE-Lab46.412843.7473-64.0120

#7357db color RGB value is (115,87,219).

#7357db hex color red value is 115, green value is 87 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7357db hue: 0.70 , saturation: 0.65 and the lightness value of 7357db is 0.60.

The process color (four color CMYK) of #7357db color hex is 0.47, 0.60, 0.00, 0.14. Web safe color of #7357db is #6666cc. Color #7357db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010111 11011011
Octal 163 127 333
Decimal 115 87 219
Hex 73 57 DB

RGB Percentages of Color #7357db

%27.32
%20.67
%52.02

CMYK Percentages of Color #7357db

%47
%60
%0
%14

Triadic Colors of #7357db

#7357db #db7357 #57db73

Analogous Colors of #7357db

#7357db #b557db #577ddb

Monochromatic Colors of #7357db

#7357db

Complementary Color

#7357db #bfdb57

#7357db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7357db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7357db Color CSS Codes

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

#7357db Text Font Color

<p style="color:#7357db">Text here</p>

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


#7357db Background Color

<div style="background-color:#7357db">
Div content here</div>

This div background color is #7357db


#7357db Border Color

<div style="border:3px solid #7357db">
Div here</div>

This div border color is #7357db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,87,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7357db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7357db;
  -webkit-box-shadow: 1px 1px 3px 2px #7357db;
  box-shadow:         1px 1px 3px 2px #7357db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7357db


Comments

No comments written yet.

Please login to write comment.