Color Hex Logo

#753fd1 Color Hex

#753FD1
(117,63,209)
0 Favorites   0 Comments

Color spaces of #753fd1

RGB 11763209
HSL0.730.610.53
HSV262°70°82°
CMYK 0.440.700.00   0.18
XYZ20.622211.940461.5394
Yxy11.94040.21910.1269
Hunter Lab34.554946.0570-81.4022
CIE-Lab41.121254.2355-66.8741

#753fd1 color RGB value is (117,63,209).

#753fd1 hex color red value is 117, green value is 63 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #753fd1 hue: 0.73 , saturation: 0.61 and the lightness value of 753fd1 is 0.53.

The process color (four color CMYK) of #753fd1 color hex is 0.44, 0.70, 0.00, 0.18. Web safe color of #753fd1 is #6633cc. Color #753fd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111111 11010001
Octal 165 77 321
Decimal 117 63 209
Hex 75 3F D1

RGB Percentages of Color #753fd1

%30.08
%16.20
%53.73

CMYK Percentages of Color #753fd1

%44
%70
%0
%18

Triadic Colors of #753fd1

#753fd1 #d1753f #3fd175

Analogous Colors of #753fd1

#753fd1 #be3fd1 #3f52d1

Monochromatic Colors of #753fd1

#753fd1

Complementary Color

#753fd1 #9bd13f

#753fd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753fd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753fd1 Color CSS Codes

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

#753fd1 Text Font Color

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

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


#753fd1 Background Color

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

This div background color is #753fd1


#753fd1 Border Color

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

This div border color is #753fd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753fd1


Comments

No comments written yet.

Please login to write comment.