Color Hex Logo

#755cbb Color Hex

#755CBB
(117,92,187)
0 Favorites   0 Comments

Color spaces of #755cbb

RGB 11792187
HSL0.710.410.55
HSV256°51°73°
CMYK 0.370.510.00   0.27
XYZ20.132915.024148.8525
Yxy15.02410.23970.1788
Hunter Lab38.760924.8834-47.5937
CIE-Lab45.667232.2456-46.7880

#755cbb color RGB value is (117,92,187).

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

The process color (four color CMYK) of #755cbb color hex is 0.37, 0.51, 0.00, 0.27. Web safe color of #755cbb is #6666cc. Color #755cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011100 10111011
Octal 165 134 273
Decimal 117 92 187
Hex 75 5C BB

RGB Percentages of Color #755cbb

%29.55
%23.23
%47.22

CMYK Percentages of Color #755cbb

%37
%51
%0
%27

Triadic Colors of #755cbb

#755cbb #bb755c #5cbb75

Analogous Colors of #755cbb

#755cbb #a55cbb #5c73bb

Monochromatic Colors of #755cbb

#755cbb

Complementary Color

#755cbb #a2bb5c

#755cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#755cbb Color CSS Codes

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

#755cbb Text Font Color

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

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


#755cbb Background Color

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

This div background color is #755cbb


#755cbb Border Color

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

This div border color is #755cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755cbb


Comments

No comments written yet.

Please login to write comment.