Color Hex Logo

#759fdc Color Hex

#759FDC
(117,159,220)
0 Favorites   0 Comments

Color spaces of #759fdc

RGB 117159220
HSL0.600.600.66
HSV216°47°86°
CMYK 0.470.280.00   0.14
XYZ32.652533.745572.5027
Yxy33.74550.23510.2429
Hunter Lab58.0909-1.3254-33.3357
CIE-Lab64.76012.0801-35.4056

#759fdc color RGB value is (117,159,220).

#759fdc hex color red value is 117, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #759fdc hue: 0.60 , saturation: 0.60 and the lightness value of 759fdc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011111 11011100
Octal 165 237 334
Decimal 117 159 220
Hex 75 9F DC

RGB Percentages of Color #759fdc

%23.59
%32.06
%44.35

CMYK Percentages of Color #759fdc

%47
%28
%0
%14

Triadic Colors of #759fdc

#759fdc #dc759f #9fdc75

Analogous Colors of #759fdc

#759fdc #7f75dc #75d3dc

Monochromatic Colors of #759fdc

#759fdc

Complementary Color

#759fdc #dcb275

#759fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#759fdc Color CSS Codes

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

#759fdc Text Font Color

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

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


#759fdc Background Color

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

This div background color is #759fdc


#759fdc Border Color

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

This div border color is #759fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759fdc


Comments

No comments written yet.

Please login to write comment.