Color Hex Logo

#755dcb Color Hex

#755DCB
(117,93,203)
0 Favorites   0 Comments

Color spaces of #755dcb

RGB 11793203
HSL0.700.510.58
HSV253°54°80°
CMYK 0.420.540.00   0.20
XYZ22.030015.922458.4121
Yxy15.92240.22860.1652
Hunter Lab39.902928.7181-58.8600
CIE-Lab46.872536.1323-54.1082

#755dcb color RGB value is (117,93,203).

#755dcb hex color red value is 117, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #755dcb hue: 0.70 , saturation: 0.51 and the lightness value of 755dcb is 0.58.

The process color (four color CMYK) of #755dcb color hex is 0.42, 0.54, 0.00, 0.20. Web safe color of #755dcb is #6666cc. Color #755dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011101 11001011
Octal 165 135 313
Decimal 117 93 203
Hex 75 5D CB

RGB Percentages of Color #755dcb

%28.33
%22.52
%49.15

CMYK Percentages of Color #755dcb

%42
%54
%0
%20

Triadic Colors of #755dcb

#755dcb #cb755d #5dcb75

Analogous Colors of #755dcb

#755dcb #ac5dcb #5d7ccb

Monochromatic Colors of #755dcb

#755dcb

Complementary Color

#755dcb #b3cb5d

#755dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#755dcb Color CSS Codes

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

#755dcb Text Font Color

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

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


#755dcb Background Color

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

This div background color is #755dcb


#755dcb Border Color

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

This div border color is #755dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755dcb


Comments

No comments written yet.

Please login to write comment.