Color Hex Logo

#755aef Color Hex

#755AEF
(117,90,239)
0 Favorites   0 Comments

Color spaces of #755aef

RGB 11790239
HSL0.700.820.65
HSV251°62°94°
CMYK 0.510.620.00   0.06
XYZ26.572317.326283.6051
Yxy17.32620.20840.1359
Hunter Lab41.624841.1070-89.9492
CIE-Lab48.668448.1958-71.6445

#755aef color RGB value is (117,90,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011010 11101111
Octal 165 132 357
Decimal 117 90 239
Hex 75 5A EF

RGB Percentages of Color #755aef

%26.23
%20.18
%53.59

CMYK Percentages of Color #755aef

%51
%62
%0
%6

Triadic Colors of #755aef

#755aef #ef755a #5aef75

Analogous Colors of #755aef

#755aef #c05aef #5a8aef

Monochromatic Colors of #755aef

#755aef

Complementary Color

#755aef #d4ef5a

#755aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#755aef Color CSS Codes

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

#755aef Text Font Color

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

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


#755aef Background Color

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

This div background color is #755aef


#755aef Border Color

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

This div border color is #755aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755aef


Comments

No comments written yet.

Please login to write comment.