Color Hex Logo

#752afb Color Hex

#752AFB
(117,42,251)
0 Favorites   0 Comments

Color spaces of #752afb

RGB 11742251
HSL0.730.960.57
HSV262°83°98°
CMYK 0.530.830.00   0.02
XYZ25.576712.402992.3127
Yxy12.40290.19630.0952
Hunter Lab35.217868.0036-130.7584
CIE-Lab41.849473.4529-89.5508

#752afb color RGB value is (117,42,251).

#752afb hex color red value is 117, green value is 42 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #752afb hue: 0.73 , saturation: 0.96 and the lightness value of 752afb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101010 11111011
Octal 165 52 373
Decimal 117 42 251
Hex 75 2A FB

RGB Percentages of Color #752afb

%28.54
%10.24
%61.22

CMYK Percentages of Color #752afb

%53
%83
%0
%2

Triadic Colors of #752afb

#752afb #fb752a #2afb75

Analogous Colors of #752afb

#752afb #de2afb #2a48fb

Monochromatic Colors of #752afb

#752afb

Complementary Color

#752afb #b0fb2a

#752afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#752afb Color CSS Codes

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

#752afb Text Font Color

<p style="color:#752afb">Text here</p>

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


#752afb Background Color

<div style="background-color:#752afb">
Div content here</div>

This div background color is #752afb


#752afb Border Color

<div style="border:3px solid #752afb">
Div here</div>

This div border color is #752afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752afb


Comments

No comments written yet.

Please login to write comment.