Color Hex Logo

#624bae Color Hex

#624BAE
(98,75,174)
0 Favorites   0 Comments

Color spaces of #624bae

RGB 9875174
HSL0.710.400.49
HSV254°57°68°
CMYK 0.440.570.00   0.32
XYZ15.193110.684841.3060
Yxy10.68480.22610.1590
Hunter Lab32.687625.7629-52.0410
CIE-Lab39.044434.0954-49.8777

#624bae color RGB value is (98,75,174).

#624bae hex color red value is 98, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #624bae hue: 0.71 , saturation: 0.40 and the lightness value of 624bae is 0.49.

The process color (four color CMYK) of #624bae color hex is 0.44, 0.57, 0.00, 0.32. Web safe color of #624bae is #663399. Color #624bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01001011 10101110
Octal 142 113 256
Decimal 98 75 174
Hex 62 4B AE

RGB Percentages of Color #624bae

%28.24
%21.61
%50.14

CMYK Percentages of Color #624bae

%44
%57
%0
%32

Triadic Colors of #624bae

#624bae #ae624b #4bae62

Analogous Colors of #624bae

#624bae #944bae #4b66ae

Monochromatic Colors of #624bae

#624bae

Complementary Color

#624bae #97ae4b

#624bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#624bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#624bae Color CSS Codes

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

#624bae Text Font Color

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

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


#624bae Background Color

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

This div background color is #624bae


#624bae Border Color

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

This div border color is #624bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,75,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #624bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #624bae;
  -webkit-box-shadow: 1px 1px 3px 2px #624bae;
  box-shadow:         1px 1px 3px 2px #624bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #624bae


Comments

No comments written yet.

Please login to write comment.