Color Hex Logo

#625feb Color Hex

#625FEB
(98,95,235)
0 Favorites   0 Comments

Color spaces of #625feb

RGB 9895235
HSL0.670.780.65
HSV241°60°92°
CMYK 0.580.600.00   0.08
XYZ24.124616.779280.5645
Yxy16.77920.19860.1381
Hunter Lab40.962433.4424-87.9373
CIE-Lab47.980640.7969-70.5828

#625feb color RGB value is (98,95,235).

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

The process color (four color CMYK) of #625feb color hex is 0.58, 0.60, 0.00, 0.08. Web safe color of #625feb is #6666ff. Color #625feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011111 11101011
Octal 142 137 353
Decimal 98 95 235
Hex 62 5F EB

RGB Percentages of Color #625feb

%22.90
%22.20
%54.91

CMYK Percentages of Color #625feb

%58
%60
%0
%8

Triadic Colors of #625feb

#625feb #eb625f #5feb62

Analogous Colors of #625feb

#625feb #a85feb #5fa2eb

Monochromatic Colors of #625feb

#625feb

Complementary Color

#625feb #e8eb5f

#625feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#625feb Color CSS Codes

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

#625feb Text Font Color

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

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


#625feb Background Color

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

This div background color is #625feb


#625feb Border Color

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

This div border color is #625feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625feb


Comments

No comments written yet.

Please login to write comment.