Color Hex Logo

#755fbc Color Hex

#755FBC
(117,95,188)
0 Favorites   0 Comments

Color spaces of #755fbc

RGB 11795188
HSL0.710.410.55
HSV254°49°74°
CMYK 0.380.490.00   0.26
XYZ20.505415.597249.5068
Yxy15.59720.23950.1822
Hunter Lab39.493323.5661-46.6777
CIE-Lab46.441530.7349-46.1334

#755fbc color RGB value is (117,95,188).

#755fbc hex color red value is 117, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #755fbc hue: 0.71 , saturation: 0.41 and the lightness value of 755fbc is 0.55.

The process color (four color CMYK) of #755fbc color hex is 0.38, 0.49, 0.00, 0.26. Web safe color of #755fbc is #6666cc. Color #755fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011111 10111100
Octal 165 137 274
Decimal 117 95 188
Hex 75 5F BC

RGB Percentages of Color #755fbc

%29.25
%23.75
%47.00

CMYK Percentages of Color #755fbc

%38
%49
%0
%26

Triadic Colors of #755fbc

#755fbc #bc755f #5fbc75

Analogous Colors of #755fbc

#755fbc #a45fbc #5f78bc

Monochromatic Colors of #755fbc

#755fbc

Complementary Color

#755fbc #a6bc5f

#755fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#755fbc Color CSS Codes

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

#755fbc Text Font Color

<p style="color:#755fbc">Text here</p>

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


#755fbc Background Color

<div style="background-color:#755fbc">
Div content here</div>

This div background color is #755fbc


#755fbc Border Color

<div style="border:3px solid #755fbc">
Div here</div>

This div border color is #755fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,95,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 #755fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755fbc


Comments

No comments written yet.

Please login to write comment.