Color Hex Logo

#7356be Color Hex

#7356BE
(115,86,190)
0 Favorites   0 Comments

Color spaces of #7356be

RGB 11586190
HSL0.710.440.54
HSV257°55°75°
CMYK 0.390.550.00   0.25
XYZ19.692314.018150.3831
Yxy14.01810.23420.1667
Hunter Lab37.440828.3624-53.5766
CIE-Lab44.258936.1256-50.7987

#7356be color RGB value is (115,86,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010110 10111110
Octal 163 126 276
Decimal 115 86 190
Hex 73 56 BE

RGB Percentages of Color #7356be

%29.41
%21.99
%48.59

CMYK Percentages of Color #7356be

%39
%55
%0
%25

Triadic Colors of #7356be

#7356be #be7356 #56be73

Analogous Colors of #7356be

#7356be #a756be #566dbe

Monochromatic Colors of #7356be

#7356be

Complementary Color

#7356be #a1be56

#7356be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7356be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7356be Color CSS Codes

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

#7356be Text Font Color

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

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


#7356be Background Color

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

This div background color is #7356be


#7356be Border Color

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

This div border color is #7356be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7356be


Comments

No comments written yet.

Please login to write comment.