Color Hex Logo

#625eee Color Hex

#625EEE
(98,94,238)
0 Favorites   0 Comments

Color spaces of #625eee

RGB 9894238
HSL0.670.810.65
HSV242°61°93°
CMYK 0.590.610.00   0.07
XYZ24.472316.775182.8370
Yxy16.77510.19720.1352
Hunter Lab40.957434.9793-91.2447
CIE-Lab47.975442.3331-72.2768

#625eee color RGB value is (98,94,238).

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

The process color (four color CMYK) of #625eee color hex is 0.59, 0.61, 0.00, 0.07. Web safe color of #625eee is #6666ff. Color #625eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011110 11101110
Octal 142 136 356
Decimal 98 94 238
Hex 62 5E EE

RGB Percentages of Color #625eee

%22.79
%21.86
%55.35

CMYK Percentages of Color #625eee

%59
%61
%0
%7

Triadic Colors of #625eee

#625eee #ee625e #5eee62

Analogous Colors of #625eee

#625eee #aa5eee #5ea2ee

Monochromatic Colors of #625eee

#625eee

Complementary Color

#625eee #eaee5e

#625eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#625eee Color CSS Codes

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

#625eee Text Font Color

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

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


#625eee Background Color

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

This div background color is #625eee


#625eee Border Color

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

This div border color is #625eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625eee


Comments

No comments written yet.

Please login to write comment.