Color Hex Logo

#752efd Color Hex

#752EFD
(117,46,253)
0 Favorites   0 Comments

Color spaces of #752efd

RGB 11746253
HSL0.720.980.59
HSV261°82°99°
CMYK 0.540.820.00   0.01
XYZ26.042712.827794.0319
Yxy12.82770.19600.0965
Hunter Lab35.815867.1150-130.5908
CIE-Lab42.502572.5867-89.5928

#752efd color RGB value is (117,46,253).

#752efd hex color red value is 117, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #752efd hue: 0.72 , saturation: 0.98 and the lightness value of 752efd is 0.59.

The process color (four color CMYK) of #752efd color hex is 0.54, 0.82, 0.00, 0.01. Web safe color of #752efd is #6633ff. Color #752efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101110 11111101
Octal 165 56 375
Decimal 117 46 253
Hex 75 2E FD

RGB Percentages of Color #752efd

%28.13
%11.06
%60.82

CMYK Percentages of Color #752efd

%54
%82
%0
%1

Triadic Colors of #752efd

#752efd #fd752e #2efd75

Analogous Colors of #752efd

#752efd #dd2efd #2e4ffd

Monochromatic Colors of #752efd

#752efd

Complementary Color

#752efd #b6fd2e

#752efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#752efd Color CSS Codes

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

#752efd Text Font Color

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

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


#752efd Background Color

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

This div background color is #752efd


#752efd Border Color

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

This div border color is #752efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752efd


Comments

No comments written yet.

Please login to write comment.