Color Hex Logo

#758aed Color Hex

#758AED
(117,138,237)
0 Favorites   0 Comments

Color spaces of #758aed

RGB 117138237
HSL0.640.770.69
HSV230°51°93°
CMYK 0.510.420.00   0.07
XYZ31.710728.073383.8681
Yxy28.07330.22070.1954
Hunter Lab52.984214.1086-56.7604
CIE-Lab59.954919.3923-52.3769

#758aed color RGB value is (117,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 11101101
Octal 165 212 355
Decimal 117 138 237
Hex 75 8A ED

RGB Percentages of Color #758aed

%23.78
%28.05
%48.17

CMYK Percentages of Color #758aed

%51
%42
%0
%7

Triadic Colors of #758aed

#758aed #ed758a #8aed75

Analogous Colors of #758aed

#758aed #9c75ed #75c6ed

Monochromatic Colors of #758aed

#758aed

Complementary Color

#758aed #edd875

#758aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#758aed Color CSS Codes

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

#758aed Text Font Color

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

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


#758aed Background Color

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

This div background color is #758aed


#758aed Border Color

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

This div border color is #758aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758aed


Comments

No comments written yet.

Please login to write comment.