Color Hex Logo

#582cbc Color Hex

#582CBC
(88,44,188)
0 Favorites   0 Comments

Color spaces of #582cbc

RGB 8844188
HSL0.720.620.45
HSV258°77°74°
CMYK 0.530.770.00   0.26
XYZ14.00237.506948.2879
Yxy7.50690.20060.1076
Hunter Lab27.398743.2759-85.3144
CIE-Lab32.934153.1500-68.1495

#582cbc color RGB value is (88,44,188).

#582cbc hex color red value is 88, green value is 44 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #582cbc hue: 0.72 , saturation: 0.62 and the lightness value of 582cbc is 0.45.

The process color (four color CMYK) of #582cbc color hex is 0.53, 0.77, 0.00, 0.26. Web safe color of #582cbc is #6633cc. Color #582cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101100 10111100
Octal 130 54 274
Decimal 88 44 188
Hex 58 2C BC

RGB Percentages of Color #582cbc

%27.50
%13.75
%58.75

CMYK Percentages of Color #582cbc

%53
%77
%0
%26

Triadic Colors of #582cbc

#582cbc #bc582c #2cbc58

Analogous Colors of #582cbc

#582cbc #a02cbc #2c48bc

Monochromatic Colors of #582cbc

#582cbc

Complementary Color

#582cbc #90bc2c

#582cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#582cbc Color CSS Codes

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

#582cbc Text Font Color

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

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


#582cbc Background Color

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

This div background color is #582cbc


#582cbc Border Color

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

This div border color is #582cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582cbc


Comments

No comments written yet.

Please login to write comment.