Color Hex Logo

#625abe Color Hex

#625ABE
(98,90,190)
0 Favorites   0 Comments

Color spaces of #625abe

RGB 9890190
HSL0.680.430.55
HSV245°53°75°
CMYK 0.480.530.00   0.25
XYZ17.987413.626750.3974
Yxy13.62670.21930.1662
Hunter Lab36.914422.3782-55.1057
CIE-Lab43.692729.7685-51.7894

#625abe color RGB value is (98,90,190).

#625abe hex color red value is 98, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #625abe hue: 0.68 , saturation: 0.43 and the lightness value of 625abe is 0.55.

The process color (four color CMYK) of #625abe color hex is 0.48, 0.53, 0.00, 0.25. Web safe color of #625abe is #6666cc. Color #625abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011010 10111110
Octal 142 132 276
Decimal 98 90 190
Hex 62 5A BE

RGB Percentages of Color #625abe

%25.93
%23.81
%50.26

CMYK Percentages of Color #625abe

%48
%53
%0
%25

Triadic Colors of #625abe

#625abe #be625a #5abe62

Analogous Colors of #625abe

#625abe #945abe #5a84be

Monochromatic Colors of #625abe

#625abe

Complementary Color

#625abe #b6be5a

#625abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#625abe Color CSS Codes

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

#625abe Text Font Color

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

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


#625abe Background Color

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

This div background color is #625abe


#625abe Border Color

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

This div border color is #625abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625abe


Comments

No comments written yet.

Please login to write comment.