Color Hex Logo

#753efb Color Hex

#753EFB
(117,62,251)
0 Favorites   0 Comments

Color spaces of #753efb

RGB 11762251
HSL0.720.960.61
HSV257°75°98°
CMYK 0.530.750.00   0.02
XYZ26.471314.192292.6110
Yxy14.19220.19860.1065
Hunter Lab37.672559.4994-119.3828
CIE-Lab44.507365.7170-85.1719

#753efb color RGB value is (117,62,251).

#753efb hex color red value is 117, green value is 62 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #753efb hue: 0.72 , saturation: 0.96 and the lightness value of 753efb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111110 11111011
Octal 165 76 373
Decimal 117 62 251
Hex 75 3E FB

RGB Percentages of Color #753efb

%27.21
%14.42
%58.37

CMYK Percentages of Color #753efb

%53
%75
%0
%2

Triadic Colors of #753efb

#753efb #fb753e #3efb75

Analogous Colors of #753efb

#753efb #d43efb #3e66fb

Monochromatic Colors of #753efb

#753efb

Complementary Color

#753efb #c4fb3e

#753efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#753efb Color CSS Codes

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

#753efb Text Font Color

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

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


#753efb Background Color

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

This div background color is #753efb


#753efb Border Color

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

This div border color is #753efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753efb

Related Colors


Comments

No comments written yet.

Please login to write comment.