Color Hex Logo

#755aee Color Hex

#755AEE
(117,90,238)
0 Favorites   0 Comments

Color spaces of #755aee

RGB 11790238
HSL0.700.810.64
HSV251°62°93°
CMYK 0.510.620.00   0.07
XYZ26.424917.267382.8291
Yxy17.26730.20890.1365
Hunter Lab41.553940.7920-89.0945
CIE-Lab48.595147.9064-71.2026

#755aee color RGB value is (117,90,238).

#755aee hex color red value is 117, green value is 90 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #755aee hue: 0.70 , saturation: 0.81 and the lightness value of 755aee is 0.64.

The process color (four color CMYK) of #755aee color hex is 0.51, 0.62, 0.00, 0.07. Web safe color of #755aee is #6666ff. Color #755aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011010 11101110
Octal 165 132 356
Decimal 117 90 238
Hex 75 5A EE

RGB Percentages of Color #755aee

%26.29
%20.22
%53.48

CMYK Percentages of Color #755aee

%51
%62
%0
%7

Triadic Colors of #755aee

#755aee #ee755a #5aee75

Analogous Colors of #755aee

#755aee #bf5aee #5a89ee

Monochromatic Colors of #755aee

#755aee

Complementary Color

#755aee #d3ee5a

#755aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#755aee Color CSS Codes

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

#755aee Text Font Color

<p style="color:#755aee">Text here</p>

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


#755aee Background Color

<div style="background-color:#755aee">
Div content here</div>

This div background color is #755aee


#755aee Border Color

<div style="border:3px solid #755aee">
Div here</div>

This div border color is #755aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,90,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755aee;
  -webkit-box-shadow: 1px 1px 3px 2px #755aee;
  box-shadow:         1px 1px 3px 2px #755aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755aee


Comments

No comments written yet.

Please login to write comment.