Color Hex Logo

#7353cf Color Hex

#7353CF
(115,83,207)
0 Favorites   0 Comments

Color spaces of #7353cf

RGB 11583207
HSL0.710.560.57
HSV255°60°81°
CMYK 0.440.600.00   0.19
XYZ21.426014.336360.6694
Yxy14.33630.22220.1487
Hunter Lab37.863334.7484-68.4977
CIE-Lab44.711442.6145-59.9012

#7353cf color RGB value is (115,83,207).

#7353cf hex color red value is 115, green value is 83 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7353cf hue: 0.71 , saturation: 0.56 and the lightness value of 7353cf is 0.57.

The process color (four color CMYK) of #7353cf color hex is 0.44, 0.60, 0.00, 0.19. Web safe color of #7353cf is #6666cc. Color #7353cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 11001111
Octal 163 123 317
Decimal 115 83 207
Hex 73 53 CF

RGB Percentages of Color #7353cf

%28.40
%20.49
%51.11

CMYK Percentages of Color #7353cf

%44
%60
%0
%19

Triadic Colors of #7353cf

#7353cf #cf7353 #53cf73

Analogous Colors of #7353cf

#7353cf #b153cf #5371cf

Monochromatic Colors of #7353cf

#7353cf

Complementary Color

#7353cf #afcf53

#7353cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7353cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7353cf Color CSS Codes

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

#7353cf Text Font Color

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

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


#7353cf Background Color

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

This div background color is #7353cf


#7353cf Border Color

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

This div border color is #7353cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7353cf


Comments

No comments written yet.

Please login to write comment.