Color Hex Logo

#624988 Color Hex

#624988
(98,73,136)
0 Favorites   0 Comments

Color spaces of #624988

RGB 9873136
HSL0.730.300.41
HSV264°46°53°
CMYK 0.280.460.00   0.47
XYZ11.86359.139324.4313
Yxy9.13930.26110.2012
Hunter Lab30.231317.1431-26.7531
CIE-Lab36.251124.6577-31.4443

#624988 color RGB value is (98,73,136).

#624988 hex color red value is 98, green value is 73 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #624988 hue: 0.73 , saturation: 0.30 and the lightness value of 624988 is 0.41.

The process color (four color CMYK) of #624988 color hex is 0.28, 0.46, 0.00, 0.47. Web safe color of #624988 is #663399. Color #624988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001001 10001000
Octal 142 111 210
Decimal 98 73 136
Hex 62 49 88

RGB Percentages of Color #624988

%31.92
%23.78
%44.30

CMYK Percentages of Color #624988

%28
%46
%0
%47

Triadic Colors of #624988

#624988 #886249 #498862

Analogous Colors of #624988

#624988 #824988 #495088

Monochromatic Colors of #624988

#624988

Complementary Color

#624988 #6f8849

#624988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#624988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#624988 Color CSS Codes

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

#624988 Text Font Color

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

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


#624988 Background Color

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

This div background color is #624988


#624988 Border Color

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

This div border color is #624988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #624988


Comments

No comments written yet.

Please login to write comment.