Color Hex Logo

#755dbd Color Hex

#755DBD
(117,93,189)
0 Favorites   0 Comments

Color spaces of #755dbd

RGB 11793189
HSL0.710.420.55
HSV255°51°74°
CMYK 0.380.510.00   0.26
XYZ20.435815.284750.0173
Yxy15.28470.23840.1783
Hunter Lab39.095724.8869-48.4861
CIE-Lab46.021732.2048-47.3841

#755dbd color RGB value is (117,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011101 10111101
Octal 165 135 275
Decimal 117 93 189
Hex 75 5D BD

RGB Percentages of Color #755dbd

%29.32
%23.31
%47.37

CMYK Percentages of Color #755dbd

%38
%51
%0
%26

Triadic Colors of #755dbd

#755dbd #bd755d #5dbd75

Analogous Colors of #755dbd

#755dbd #a55dbd #5d75bd

Monochromatic Colors of #755dbd

#755dbd

Complementary Color

#755dbd #a5bd5d

#755dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#755dbd Color CSS Codes

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

#755dbd Text Font Color

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

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


#755dbd Background Color

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

This div background color is #755dbd


#755dbd Border Color

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

This div border color is #755dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755dbd


Comments

No comments written yet.

Please login to write comment.