Color Hex Logo

#759de6 Color Hex

#759DE6
(117,157,230)
0 Favorites   0 Comments

Color spaces of #759de6

RGB 117157230
HSL0.610.690.68
HSV219°49°90°
CMYK 0.490.320.00   0.10
XYZ33.676033.609079.5752
Yxy33.60900.22930.2289
Hunter Lab57.97332.2354-40.8013
CIE-Lab64.65106.1714-41.0972

#759de6 color RGB value is (117,157,230).

#759de6 hex color red value is 117, green value is 157 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #759de6 hue: 0.61 , saturation: 0.69 and the lightness value of 759de6 is 0.68.

The process color (four color CMYK) of #759de6 color hex is 0.49, 0.32, 0.00, 0.10. Web safe color of #759de6 is #6699ff. Color #759de6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011101 11100110
Octal 165 235 346
Decimal 117 157 230
Hex 75 9D E6

RGB Percentages of Color #759de6

%23.21
%31.15
%45.63

CMYK Percentages of Color #759de6

%49
%32
%0
%10

Triadic Colors of #759de6

#759de6 #e6759d #9de675

Analogous Colors of #759de6

#759de6 #8675e6 #75d6e6

Monochromatic Colors of #759de6

#759de6

Complementary Color

#759de6 #e6be75

#759de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759de6 Color CSS Codes

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

#759de6 Text Font Color

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

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


#759de6 Background Color

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

This div background color is #759de6


#759de6 Border Color

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

This div border color is #759de6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759de6


Comments

No comments written yet.

Please login to write comment.