Color Hex Logo

#625edb Color Hex

#625EDB
(98,94,219)
0 Favorites   0 Comments

Color spaces of #625edb

RGB 9894219
HSL0.670.630.61
HSV242°57°86°
CMYK 0.550.570.00   0.14
XYZ21.825915.716668.9011
Yxy15.71660.20500.1477
Hunter Lab39.644228.8950-75.2944
CIE-Lab46.600536.3536-63.7741

#625edb color RGB value is (98,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011110 11011011
Octal 142 136 333
Decimal 98 94 219
Hex 62 5E DB

RGB Percentages of Color #625edb

%23.84
%22.87
%53.28

CMYK Percentages of Color #625edb

%55
%57
%0
%14

Triadic Colors of #625edb

#625edb #db625e #5edb62

Analogous Colors of #625edb

#625edb #a15edb #5e99db

Monochromatic Colors of #625edb

#625edb

Complementary Color

#625edb #d7db5e

#625edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#625edb Color CSS Codes

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

#625edb Text Font Color

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

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


#625edb Background Color

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

This div background color is #625edb


#625edb Border Color

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

This div border color is #625edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625edb


Comments

No comments written yet.

Please login to write comment.