Color Hex Logo

#625ebf Color Hex

#625EBF
(98,94,191)
0 Favorites   0 Comments

Color spaces of #625ebf

RGB 9894191
HSL0.670.430.56
HSV242°51°75°
CMYK 0.490.510.00   0.25
XYZ18.443714.363751.0906
Yxy14.36370.21980.1712
Hunter Lab37.899520.5426-53.3966
CIE-Lab44.750127.6183-50.6726

#625ebf color RGB value is (98,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011110 10111111
Octal 142 136 277
Decimal 98 94 191
Hex 62 5E BF

RGB Percentages of Color #625ebf

%25.59
%24.54
%49.87

CMYK Percentages of Color #625ebf

%49
%51
%0
%25

Triadic Colors of #625ebf

#625ebf #bf625e #5ebf62

Analogous Colors of #625ebf

#625ebf #935ebf #5e8bbf

Monochromatic Colors of #625ebf

#625ebf

Complementary Color

#625ebf #bbbf5e

#625ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#625ebf Color CSS Codes

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

#625ebf Text Font Color

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

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


#625ebf Background Color

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

This div background color is #625ebf


#625ebf Border Color

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

This div border color is #625ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625ebf


Comments

No comments written yet.

Please login to write comment.