Color Hex Logo

#756dcb Color Hex

#756DCB
(117,109,203)
0 Favorites   0 Comments

Color spaces of #756dcb

RGB 117109203
HSL0.680.470.61
HSV245°46°80°
CMYK 0.420.460.00   0.20
XYZ23.584219.031058.9302
Yxy19.03100.23230.1874
Hunter Lab43.624520.1573-49.5547
CIE-Lab50.723526.5927-47.9477

#756dcb color RGB value is (117,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101101 11001011
Octal 165 155 313
Decimal 117 109 203
Hex 75 6D CB

RGB Percentages of Color #756dcb

%27.27
%25.41
%47.32

CMYK Percentages of Color #756dcb

%42
%46
%0
%20

Triadic Colors of #756dcb

#756dcb #cb756d #6dcb75

Analogous Colors of #756dcb

#756dcb #a46dcb #6d94cb

Monochromatic Colors of #756dcb

#756dcb

Complementary Color

#756dcb #c3cb6d

#756dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#756dcb Color CSS Codes

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

#756dcb Text Font Color

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

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


#756dcb Background Color

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

This div background color is #756dcb


#756dcb Border Color

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

This div border color is #756dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756dcb


Comments

No comments written yet.

Please login to write comment.