Color Hex Logo

#625fa0 Color Hex

#625FA0
(98,95,160)
0 Favorites   0 Comments

Color spaces of #625fa0

RGB 9895160
HSL0.670.250.50
HSV243°41°63°
CMYK 0.390.410.00   0.37
XYZ15.474413.319235.0130
Yxy13.31920.24250.2087
Hunter Lab36.495511.8185-31.3348
CIE-Lab43.240317.6742-34.8823

#625fa0 color RGB value is (98,95,160).

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

The process color (four color CMYK) of #625fa0 color hex is 0.39, 0.41, 0.00, 0.37. Web safe color of #625fa0 is #666699. Color #625fa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011111 10100000
Octal 142 137 240
Decimal 98 95 160
Hex 62 5F A0

RGB Percentages of Color #625fa0

%27.76
%26.91
%45.33

CMYK Percentages of Color #625fa0

%39
%41
%0
%37

Triadic Colors of #625fa0

#625fa0 #a0625f #5fa062

Analogous Colors of #625fa0

#625fa0 #835fa0 #5f7da0

Monochromatic Colors of #625fa0

#625fa0

Complementary Color

#625fa0 #9da05f

#625fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625fa0 Color CSS Codes

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

#625fa0 Text Font Color

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

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


#625fa0 Background Color

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

This div background color is #625fa0


#625fa0 Border Color

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

This div border color is #625fa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625fa0


Comments

No comments written yet.

Please login to write comment.