Color Hex Logo

#7353df Color Hex

#7353DF
(115,83,223)
0 Favorites   0 Comments

Color spaces of #7353df

RGB 11583223
HSL0.700.690.60
HSV254°63°87°
CMYK 0.480.630.00   0.13
XYZ23.482815.159171.5004
Yxy15.15910.21320.1376
Hunter Lab38.934739.5236-81.6270
CIE-Lab45.851347.1422-67.1983

#7353df color RGB value is (115,83,223).

#7353df hex color red value is 115, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7353df hue: 0.70 , saturation: 0.69 and the lightness value of 7353df is 0.60.

The process color (four color CMYK) of #7353df color hex is 0.48, 0.63, 0.00, 0.13. Web safe color of #7353df is #6666cc. Color #7353df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 11011111
Octal 163 123 337
Decimal 115 83 223
Hex 73 53 DF

RGB Percentages of Color #7353df

%27.32
%19.71
%52.97

CMYK Percentages of Color #7353df

%48
%63
%0
%13

Triadic Colors of #7353df

#7353df #df7353 #53df73

Analogous Colors of #7353df

#7353df #b953df #5379df

Monochromatic Colors of #7353df

#7353df

Complementary Color

#7353df #bfdf53

#7353df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7353df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7353df Color CSS Codes

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

#7353df Text Font Color

<p style="color:#7353df">Text here</p>

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


#7353df Background Color

<div style="background-color:#7353df">
Div content here</div>

This div background color is #7353df


#7353df Border Color

<div style="border:3px solid #7353df">
Div here</div>

This div border color is #7353df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,83,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7353df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7353df;
  -webkit-box-shadow: 1px 1px 3px 2px #7353df;
  box-shadow:         1px 1px 3px 2px #7353df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7353df


Comments

No comments written yet.

Please login to write comment.