Color Hex Logo

#625284 Color Hex

#625284
(98,82,132)
0 Favorites   0 Comments

Color spaces of #625284

RGB 9882132
HSL0.720.230.42
HSV259°38°52°
CMYK 0.260.380.00   0.48
XYZ12.219210.297223.1733
Yxy10.29720.26740.2254
Hunter Lab32.089311.8145-20.3539
CIE-Lab38.370617.9947-25.6671

#625284 color RGB value is (98,82,132).

#625284 hex color red value is 98, green value is 82 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #625284 hue: 0.72 , saturation: 0.23 and the lightness value of 625284 is 0.42.

The process color (four color CMYK) of #625284 color hex is 0.26, 0.38, 0.00, 0.48. Web safe color of #625284 is #666699. Color #625284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010010 10000100
Octal 142 122 204
Decimal 98 82 132
Hex 62 52 84

RGB Percentages of Color #625284

%31.41
%26.28
%42.31

CMYK Percentages of Color #625284

%26
%38
%0
%48

Triadic Colors of #625284

#625284 #846252 #528462

Analogous Colors of #625284

#625284 #7b5284 #525b84

Monochromatic Colors of #625284

#625284

Complementary Color

#625284 #748452

#625284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625284 Color CSS Codes

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

#625284 Text Font Color

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

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


#625284 Background Color

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

This div background color is #625284


#625284 Border Color

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

This div border color is #625284


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,82,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #625284; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #625284;
  -webkit-box-shadow: 1px 1px 3px 2px #625284;
  box-shadow:         1px 1px 3px 2px #625284; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,82,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625284


Comments

No comments written yet.

Please login to write comment.