Color Hex Logo

#755efd Color Hex

#755EFD
(117,94,253)
0 Favorites   0 Comments

Color spaces of #755efd

RGB 11794253
HSL0.690.980.68
HSV249°63°99°
CMYK 0.540.630.00   0.01
XYZ29.068418.879295.0405
Yxy18.87920.20330.1320
Hunter Lab43.450243.3795-99.2724
CIE-Lab50.545650.0371-76.4039

#755efd color RGB value is (117,94,253).

#755efd hex color red value is 117, green value is 94 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #755efd hue: 0.69 , saturation: 0.98 and the lightness value of 755efd is 0.68.

The process color (four color CMYK) of #755efd color hex is 0.54, 0.63, 0.00, 0.01. Web safe color of #755efd is #6666ff. Color #755efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011110 11111101
Octal 165 136 375
Decimal 117 94 253
Hex 75 5E FD

RGB Percentages of Color #755efd

%25.22
%20.26
%54.53

CMYK Percentages of Color #755efd

%54
%63
%0
%1

Triadic Colors of #755efd

#755efd #fd755e #5efd75

Analogous Colors of #755efd

#755efd #c55efd #5e97fd

Monochromatic Colors of #755efd

#755efd

Complementary Color

#755efd #e6fd5e

#755efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#755efd Color CSS Codes

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

#755efd Text Font Color

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

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


#755efd Background Color

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

This div background color is #755efd


#755efd Border Color

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

This div border color is #755efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755efd


Comments

No comments written yet.

Please login to write comment.