Color Hex Logo

#592efd Color Hex

#592EFD
(89,46,253)
0 Favorites   0 Comments

Color spaces of #592efd

RGB 8946253
HSL0.700.980.59
HSV252°82°99°
CMYK 0.650.820.00   0.01
XYZ22.826411.169793.8814
Yxy11.16970.17850.0873
Hunter Lab33.421163.4274-143.1535
CIE-Lab39.864869.9952-94.0388

#592efd color RGB value is (89,46,253).

#592efd hex color red value is 89, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #592efd hue: 0.70 , saturation: 0.98 and the lightness value of 592efd is 0.59.

The process color (four color CMYK) of #592efd color hex is 0.65, 0.82, 0.00, 0.01. Web safe color of #592efd is #6633ff. Color #592efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101110 11111101
Octal 131 56 375
Decimal 89 46 253
Hex 59 2E FD

RGB Percentages of Color #592efd

%22.94
%11.86
%65.21

CMYK Percentages of Color #592efd

%65
%82
%0
%1

Triadic Colors of #592efd

#592efd #fd592e #2efd59

Analogous Colors of #592efd

#592efd #c12efd #2e6bfd

Monochromatic Colors of #592efd

#592efd

Complementary Color

#592efd #d2fd2e

#592efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#592efd Color CSS Codes

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

#592efd Text Font Color

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

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


#592efd Background Color

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

This div background color is #592efd


#592efd Border Color

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

This div border color is #592efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,46,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 #592efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592efd

Related Colors


Comments

No comments written yet.

Please login to write comment.