Color Hex Logo

#753fbf Color Hex

#753FBF
(117,63,191)
0 Favorites   0 Comments

Color spaces of #753fbf

RGB 11763191
HSL0.740.500.50
HSV265°67°75°
CMYK 0.390.670.00   0.25
XYZ18.517611.098550.4565
Yxy11.09850.23130.1386
Hunter Lab33.314440.9179-66.4779
CIE-Lab39.745949.5741-58.6548

#753fbf color RGB value is (117,63,191).

#753fbf hex color red value is 117, green value is 63 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #753fbf hue: 0.74 , saturation: 0.50 and the lightness value of 753fbf is 0.50.

The process color (four color CMYK) of #753fbf color hex is 0.39, 0.67, 0.00, 0.25. Web safe color of #753fbf is #6633cc. Color #753fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111111 10111111
Octal 165 77 277
Decimal 117 63 191
Hex 75 3F BF

RGB Percentages of Color #753fbf

%31.54
%16.98
%51.48

CMYK Percentages of Color #753fbf

%39
%67
%0
%25

Triadic Colors of #753fbf

#753fbf #bf753f #3fbf75

Analogous Colors of #753fbf

#753fbf #b53fbf #3f49bf

Monochromatic Colors of #753fbf

#753fbf

Complementary Color

#753fbf #89bf3f

#753fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#753fbf Color CSS Codes

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

#753fbf Text Font Color

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

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


#753fbf Background Color

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

This div background color is #753fbf


#753fbf Border Color

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

This div border color is #753fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753fbf


Comments

No comments written yet.

Please login to write comment.