Color Hex Logo

#758eed Color Hex

#758EED
(117,142,237)
0 Favorites   0 Comments

Color spaces of #758eed

RGB 117142237
HSL0.630.770.69
HSV228°51°93°
CMYK 0.510.400.00   0.07
XYZ32.295229.242384.0630
Yxy29.24230.22180.2008
Hunter Lab54.076211.9700-54.3148
CIE-Lab60.994917.0273-50.7258

#758eed color RGB value is (117,142,237).

#758eed hex color red value is 117, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #758eed hue: 0.63 , saturation: 0.77 and the lightness value of 758eed is 0.69.

The process color (four color CMYK) of #758eed color hex is 0.51, 0.40, 0.00, 0.07. Web safe color of #758eed is #6699ff. Color #758eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001110 11101101
Octal 165 216 355
Decimal 117 142 237
Hex 75 8E ED

RGB Percentages of Color #758eed

%23.59
%28.63
%47.78

CMYK Percentages of Color #758eed

%51
%40
%0
%7

Triadic Colors of #758eed

#758eed #ed758e #8eed75

Analogous Colors of #758eed

#758eed #9875ed #75caed

Monochromatic Colors of #758eed

#758eed

Complementary Color

#758eed #edd475

#758eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#758eed Color CSS Codes

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

#758eed Text Font Color

<p style="color:#758eed">Text here</p>

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


#758eed Background Color

<div style="background-color:#758eed">
Div content here</div>

This div background color is #758eed


#758eed Border Color

<div style="border:3px solid #758eed">
Div here</div>

This div border color is #758eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,142,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #758eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #758eed;
  -webkit-box-shadow: 1px 1px 3px 2px #758eed;
  box-shadow:         1px 1px 3px 2px #758eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758eed


Comments

No comments written yet.

Please login to write comment.