Color Hex Logo

#759ce6 Color Hex

#759CE6
(117,156,230)
0 Favorites   0 Comments

Color spaces of #759ce6

RGB 117156230
HSL0.610.690.68
HSV219°49°90°
CMYK 0.490.320.00   0.10
XYZ33.507533.272079.5190
Yxy33.27200.22900.2274
Hunter Lab57.68192.7476-41.3586
CIE-Lab64.38056.7461-41.5211

#759ce6 color RGB value is (117,156,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011100 11100110
Octal 165 234 346
Decimal 117 156 230
Hex 75 9C E6

RGB Percentages of Color #759ce6

%23.26
%31.01
%45.73

CMYK Percentages of Color #759ce6

%49
%32
%0
%10

Triadic Colors of #759ce6

#759ce6 #e6759c #9ce675

Analogous Colors of #759ce6

#759ce6 #8775e6 #75d5e6

Monochromatic Colors of #759ce6

#759ce6

Complementary Color

#759ce6 #e6bf75

#759ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759ce6 Color CSS Codes

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

#759ce6 Text Font Color

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

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


#759ce6 Background Color

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

This div background color is #759ce6


#759ce6 Border Color

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

This div border color is #759ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759ce6


Comments

No comments written yet.

Please login to write comment.