Color Hex Logo

#582fbf Color Hex

#582FBF
(88,47,191)
0 Favorites   0 Comments

Color spaces of #582fbf

RGB 8847191
HSL0.710.610.47
HSV257°75°75°
CMYK 0.540.750.00   0.25
XYZ14.44507.869350.0478
Yxy7.86930.19960.1087
Hunter Lab28.052342.8238-86.1421
CIE-Lab33.709252.5632-68.6439

#582fbf color RGB value is (88,47,191).

#582fbf hex color red value is 88, green value is 47 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #582fbf hue: 0.71 , saturation: 0.61 and the lightness value of 582fbf is 0.47.

The process color (four color CMYK) of #582fbf color hex is 0.54, 0.75, 0.00, 0.25. Web safe color of #582fbf is #6633cc. Color #582fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101111 10111111
Octal 130 57 277
Decimal 88 47 191
Hex 58 2F BF

RGB Percentages of Color #582fbf

%26.99
%14.42
%58.59

CMYK Percentages of Color #582fbf

%54
%75
%0
%25

Triadic Colors of #582fbf

#582fbf #bf582f #2fbf58

Analogous Colors of #582fbf

#582fbf #a02fbf #2f4ebf

Monochromatic Colors of #582fbf

#582fbf

Complementary Color

#582fbf #96bf2f

#582fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#582fbf Color CSS Codes

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

#582fbf Text Font Color

<p style="color:#582fbf">Text here</p>

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


#582fbf Background Color

<div style="background-color:#582fbf">
Div content here</div>

This div background color is #582fbf


#582fbf Border Color

<div style="border:3px solid #582fbf">
Div here</div>

This div border color is #582fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,47,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #582fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #582fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #582fbf;
  box-shadow:         1px 1px 3px 2px #582fbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,47,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582fbf


Comments

No comments written yet.

Please login to write comment.