Color Hex Logo

#753ffb Color Hex

#753FFB
(117,63,251)
0 Favorites   0 Comments

Color spaces of #753ffb

RGB 11763251
HSL0.710.960.62
HSV257°75°98°
CMYK 0.530.750.00   0.02
XYZ26.526214.302092.6293
Yxy14.30200.19880.1072
Hunter Lab37.818059.0216-118.7491
CIE-Lab44.663065.2717-84.9161

#753ffb color RGB value is (117,63,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111111 11111011
Octal 165 77 373
Decimal 117 63 251
Hex 75 3F FB

RGB Percentages of Color #753ffb

%27.15
%14.62
%58.24

CMYK Percentages of Color #753ffb

%53
%75
%0
%2

Triadic Colors of #753ffb

#753ffb #fb753f #3ffb75

Analogous Colors of #753ffb

#753ffb #d33ffb #3f67fb

Monochromatic Colors of #753ffb

#753ffb

Complementary Color

#753ffb #c5fb3f

#753ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#753ffb Color CSS Codes

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

#753ffb Text Font Color

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

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


#753ffb Background Color

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

This div background color is #753ffb


#753ffb Border Color

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

This div border color is #753ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,63,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 #753ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753ffb


Comments

No comments written yet.

Please login to write comment.