Color Hex Logo

#756ecb Color Hex

#756ECB
(117,110,203)
0 Favorites   0 Comments

Color spaces of #756ecb

RGB 117110203
HSL0.680.470.61
HSV245°46°80°
CMYK 0.420.460.00   0.20
XYZ23.691519.245658.9660
Yxy19.24560.23250.1889
Hunter Lab43.869819.6252-48.9836
CIE-Lab50.973325.9915-47.5499

#756ecb color RGB value is (117,110,203).

#756ecb hex color red value is 117, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #756ecb hue: 0.68 , saturation: 0.47 and the lightness value of 756ecb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101110 11001011
Octal 165 156 313
Decimal 117 110 203
Hex 75 6E CB

RGB Percentages of Color #756ecb

%27.21
%25.58
%47.21

CMYK Percentages of Color #756ecb

%42
%46
%0
%20

Triadic Colors of #756ecb

#756ecb #cb756e #6ecb75

Analogous Colors of #756ecb

#756ecb #a46ecb #6e96cb

Monochromatic Colors of #756ecb

#756ecb

Complementary Color

#756ecb #c4cb6e

#756ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#756ecb Color CSS Codes

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

#756ecb Text Font Color

<p style="color:#756ecb">Text here</p>

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


#756ecb Background Color

<div style="background-color:#756ecb">
Div content here</div>

This div background color is #756ecb


#756ecb Border Color

<div style="border:3px solid #756ecb">
Div here</div>

This div border color is #756ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756ecb


Comments

No comments written yet.

Please login to write comment.