Color Hex Logo

#7536ee Color Hex

#7536EE
(117,54,238)
0 Favorites   0 Comments

Color spaces of #7536ee

RGB 11754238
HSL0.720.840.57
HSV261°77°93°
CMYK 0.510.770.00   0.07
XYZ24.087912.593382.0501
Yxy12.59330.20290.1061
Hunter Lab35.487059.0599-112.2443
CIE-Lab42.143965.7944-81.7511

#7536ee color RGB value is (117,54,238).

#7536ee hex color red value is 117, green value is 54 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7536ee hue: 0.72 , saturation: 0.84 and the lightness value of 7536ee is 0.57.

The process color (four color CMYK) of #7536ee color hex is 0.51, 0.77, 0.00, 0.07. Web safe color of #7536ee is #6633ff. Color #7536ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110110 11101110
Octal 165 66 356
Decimal 117 54 238
Hex 75 36 EE

RGB Percentages of Color #7536ee

%28.61
%13.20
%58.19

CMYK Percentages of Color #7536ee

%51
%77
%0
%7

Triadic Colors of #7536ee

#7536ee #ee7536 #36ee75

Analogous Colors of #7536ee

#7536ee #d136ee #3653ee

Monochromatic Colors of #7536ee

#7536ee

Complementary Color

#7536ee #afee36

#7536ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7536ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7536ee Color CSS Codes

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

#7536ee Text Font Color

<p style="color:#7536ee">Text here</p>

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


#7536ee Background Color

<div style="background-color:#7536ee">
Div content here</div>

This div background color is #7536ee


#7536ee Border Color

<div style="border:3px solid #7536ee">
Div here</div>

This div border color is #7536ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,54,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7536ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7536ee;
  -webkit-box-shadow: 1px 1px 3px 2px #7536ee;
  box-shadow:         1px 1px 3px 2px #7536ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,54,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7536ee


Comments

No comments written yet.

Please login to write comment.