Color Hex Logo

#7355be Color Hex

#7355BE
(115,85,190)
0 Favorites   0 Comments

Color spaces of #7355be

RGB 11585190
HSL0.710.450.54
HSV257°55°75°
CMYK 0.390.550.00   0.25
XYZ19.613013.859550.3566
Yxy13.85950.23400.1653
Hunter Lab37.228328.8895-54.1383
CIE-Lab44.030836.7112-51.1649

#7355be color RGB value is (115,85,190).

#7355be hex color red value is 115, green value is 85 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7355be hue: 0.71 , saturation: 0.45 and the lightness value of 7355be is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010101 10111110
Octal 163 125 276
Decimal 115 85 190
Hex 73 55 BE

RGB Percentages of Color #7355be

%29.49
%21.79
%48.72

CMYK Percentages of Color #7355be

%39
%55
%0
%25

Triadic Colors of #7355be

#7355be #be7355 #55be73

Analogous Colors of #7355be

#7355be #a855be #556cbe

Monochromatic Colors of #7355be

#7355be

Complementary Color

#7355be #a0be55

#7355be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7355be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7355be Color CSS Codes

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

#7355be Text Font Color

<p style="color:#7355be">Text here</p>

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


#7355be Background Color

<div style="background-color:#7355be">
Div content here</div>

This div background color is #7355be


#7355be Border Color

<div style="border:3px solid #7355be">
Div here</div>

This div border color is #7355be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,85,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7355be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7355be;
  -webkit-box-shadow: 1px 1px 3px 2px #7355be;
  box-shadow:         1px 1px 3px 2px #7355be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7355be


Comments

No comments written yet.

Please login to write comment.