Color Hex Logo

#625eda Color Hex

#625EDA
(98,94,218)
0 Favorites   0 Comments

Color spaces of #625eda

RGB 9894218
HSL0.670.630.61
HSV242°57°85°
CMYK 0.550.570.00   0.15
XYZ21.694615.664068.2097
Yxy15.66400.20550.1484
Hunter Lab39.577828.5839-74.4780
CIE-Lab46.530536.0397-63.3184

#625eda color RGB value is (98,94,218).

#625eda hex color red value is 98, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #625eda hue: 0.67 , saturation: 0.63 and the lightness value of 625eda is 0.61.

The process color (four color CMYK) of #625eda color hex is 0.55, 0.57, 0.00, 0.15. Web safe color of #625eda is #6666cc. Color #625eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011110 11011010
Octal 142 136 332
Decimal 98 94 218
Hex 62 5E DA

RGB Percentages of Color #625eda

%23.90
%22.93
%53.17

CMYK Percentages of Color #625eda

%55
%57
%0
%15

Triadic Colors of #625eda

#625eda #da625e #5eda62

Analogous Colors of #625eda

#625eda #a05eda #5e98da

Monochromatic Colors of #625eda

#625eda

Complementary Color

#625eda #d6da5e

#625eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#625eda Color CSS Codes

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

#625eda Text Font Color

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

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


#625eda Background Color

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

This div background color is #625eda


#625eda Border Color

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

This div border color is #625eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625eda


Comments

No comments written yet.

Please login to write comment.