Color Hex Logo

#756fdc Color Hex

#756FDC
(117,111,220)
0 Favorites   0 Comments

Color spaces of #756fdc

RGB 117111220
HSL0.680.610.65
HSV243°50°86°
CMYK 0.470.500.00   0.14
XYZ25.938820.318170.2648
Yxy20.31810.22260.1744
Hunter Lab45.075623.8357-60.8696
CIE-Lab52.195030.3762-55.2538

#756fdc color RGB value is (117,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101111 11011100
Octal 165 157 334
Decimal 117 111 220
Hex 75 6F DC

RGB Percentages of Color #756fdc

%26.12
%24.78
%49.11

CMYK Percentages of Color #756fdc

%47
%50
%0
%14

Triadic Colors of #756fdc

#756fdc #dc756f #6fdc75

Analogous Colors of #756fdc

#756fdc #ac6fdc #6fa0dc

Monochromatic Colors of #756fdc

#756fdc

Complementary Color

#756fdc #d6dc6f

#756fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#756fdc Color CSS Codes

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

#756fdc Text Font Color

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

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


#756fdc Background Color

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

This div background color is #756fdc


#756fdc Border Color

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

This div border color is #756fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756fdc


Comments

No comments written yet.

Please login to write comment.