Color Hex Logo

#625dae Color Hex

#625DAE
(98,93,174)
0 Favorites   0 Comments

Color spaces of #625dae

RGB 9893174
HSL0.680.330.52
HSV244°47°68°
CMYK 0.440.470.00   0.32
XYZ16.591313.481441.7721
Yxy13.48140.23090.1876
Hunter Lab36.717016.4039-41.7509
CIE-Lab43.479823.0585-42.7731

#625dae color RGB value is (98,93,174).

#625dae hex color red value is 98, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #625dae hue: 0.68 , saturation: 0.33 and the lightness value of 625dae is 0.52.

The process color (four color CMYK) of #625dae color hex is 0.44, 0.47, 0.00, 0.32. Web safe color of #625dae is #666699. Color #625dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011101 10101110
Octal 142 135 256
Decimal 98 93 174
Hex 62 5D AE

RGB Percentages of Color #625dae

%26.85
%25.48
%47.67

CMYK Percentages of Color #625dae

%44
%47
%0
%32

Triadic Colors of #625dae

#625dae #ae625d #5dae62

Analogous Colors of #625dae

#625dae #8b5dae #5d81ae

Monochromatic Colors of #625dae

#625dae

Complementary Color

#625dae #a9ae5d

#625dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#625dae Color CSS Codes

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

#625dae Text Font Color

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

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


#625dae Background Color

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

This div background color is #625dae


#625dae Border Color

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

This div border color is #625dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,93,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 #625dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625dae


Comments

No comments written yet.

Please login to write comment.