Color Hex Logo

#753bec Color Hex

#753BEC
(117,59,236)
0 Favorites   0 Comments

Color spaces of #753bec

RGB 11759236
HSL0.720.820.58
HSV260°75°93°
CMYK 0.500.750.00   0.07
XYZ24.040412.966080.5925
Yxy12.96600.20440.1103
Hunter Lab36.008356.1582-107.4948
CIE-Lab42.712063.1379-79.6876

#753bec color RGB value is (117,59,236).

#753bec hex color red value is 117, green value is 59 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #753bec hue: 0.72 , saturation: 0.82 and the lightness value of 753bec is 0.58.

The process color (four color CMYK) of #753bec color hex is 0.50, 0.75, 0.00, 0.07. Web safe color of #753bec is #6633ff. Color #753bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111011 11101100
Octal 165 73 354
Decimal 117 59 236
Hex 75 3B EC

RGB Percentages of Color #753bec

%28.40
%14.32
%57.28

CMYK Percentages of Color #753bec

%50
%75
%0
%7

Triadic Colors of #753bec

#753bec #ec753b #3bec75

Analogous Colors of #753bec

#753bec #ce3bec #3b5aec

Monochromatic Colors of #753bec

#753bec

Complementary Color

#753bec #b2ec3b

#753bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#753bec Color CSS Codes

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

#753bec Text Font Color

<p style="color:#753bec">Text here</p>

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


#753bec Background Color

<div style="background-color:#753bec">
Div content here</div>

This div background color is #753bec


#753bec Border Color

<div style="border:3px solid #753bec">
Div here</div>

This div border color is #753bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,59,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753bec;
  -webkit-box-shadow: 1px 1px 3px 2px #753bec;
  box-shadow:         1px 1px 3px 2px #753bec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753bec


Comments

No comments written yet.

Please login to write comment.