Color Hex Logo

#753bbc Color Hex

#753BBC
(117,59,188)
0 Favorites   0 Comments

Color spaces of #753bbc

RGB 11759188
HSL0.740.520.48
HSV267°69°74°
CMYK 0.380.690.00   0.26
XYZ17.977210.540748.6640
Yxy10.54070.23290.1366
Hunter Lab32.466442.0221-66.1434
CIE-Lab38.795950.8215-58.4379

#753bbc color RGB value is (117,59,188).

#753bbc hex color red value is 117, green value is 59 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #753bbc hue: 0.74 , saturation: 0.52 and the lightness value of 753bbc is 0.48.

The process color (four color CMYK) of #753bbc color hex is 0.38, 0.69, 0.00, 0.26. Web safe color of #753bbc is #6633cc. Color #753bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111011 10111100
Octal 165 73 274
Decimal 117 59 188
Hex 75 3B BC

RGB Percentages of Color #753bbc

%32.14
%16.21
%51.65

CMYK Percentages of Color #753bbc

%38
%69
%0
%26

Triadic Colors of #753bbc

#753bbc #bc753b #3bbc75

Analogous Colors of #753bbc

#753bbc #b63bbc #3b42bc

Monochromatic Colors of #753bbc

#753bbc

Complementary Color

#753bbc #82bc3b

#753bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#753bbc Color CSS Codes

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

#753bbc Text Font Color

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

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


#753bbc Background Color

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

This div background color is #753bbc


#753bbc Border Color

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

This div border color is #753bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753bbc


Comments

No comments written yet.

Please login to write comment.