Color Hex Logo

#756dcf Color Hex

#756DCF
(117,109,207)
0 Favorites   0 Comments

Color spaces of #756dcf

RGB 117109207
HSL0.680.510.62
HSV245°47°81°
CMYK 0.430.470.00   0.19
XYZ24.067219.224261.4736
Yxy19.22420.22970.1835
Hunter Lab43.845421.2510-52.4360
CIE-Lab50.948527.7531-49.8716

#756dcf color RGB value is (117,109,207).

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

The process color (four color CMYK) of #756dcf color hex is 0.43, 0.47, 0.00, 0.19. Web safe color of #756dcf is #6666cc. Color #756dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101101 11001111
Octal 165 155 317
Decimal 117 109 207
Hex 75 6D CF

RGB Percentages of Color #756dcf

%27.02
%25.17
%47.81

CMYK Percentages of Color #756dcf

%43
%47
%0
%19

Triadic Colors of #756dcf

#756dcf #cf756d #6dcf75

Analogous Colors of #756dcf

#756dcf #a66dcf #6d96cf

Monochromatic Colors of #756dcf

#756dcf

Complementary Color

#756dcf #c7cf6d

#756dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#756dcf Color CSS Codes

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

#756dcf Text Font Color

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

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


#756dcf Background Color

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

This div background color is #756dcf


#756dcf Border Color

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

This div border color is #756dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756dcf


Comments

No comments written yet.

Please login to write comment.