Color Hex Logo

#753dfc Color Hex

#753DFC
(117,61,252)
0 Favorites   0 Comments

Color spaces of #753dfc

RGB 11761252
HSL0.720.970.61
HSV258°76°99°
CMYK 0.540.760.00   0.01
XYZ26.575514.147793.4255
Yxy14.14770.19810.1055
Hunter Lab37.613460.2944-120.9371
CIE-Lab44.444066.4177-85.8350

#753dfc color RGB value is (117,61,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111101 11111100
Octal 165 75 374
Decimal 117 61 252
Hex 75 3D FC

RGB Percentages of Color #753dfc

%27.21
%14.19
%58.60

CMYK Percentages of Color #753dfc

%54
%76
%0
%1

Triadic Colors of #753dfc

#753dfc #fc753d #3dfc75

Analogous Colors of #753dfc

#753dfc #d53dfc #3d65fc

Monochromatic Colors of #753dfc

#753dfc

Complementary Color

#753dfc #c4fc3d

#753dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#753dfc Color CSS Codes

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

#753dfc Text Font Color

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

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


#753dfc Background Color

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

This div background color is #753dfc


#753dfc Border Color

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

This div border color is #753dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753dfc


Comments

No comments written yet.

Please login to write comment.