Color Hex Logo

#625fbb Color Hex

#625FBB
(98,95,187)
0 Favorites   0 Comments

Color spaces of #625fbb

RGB 9895187
HSL0.670.400.55
HSV242°49°73°
CMYK 0.480.490.00   0.27
XYZ18.098914.368948.8333
Yxy14.36890.22260.1767
Hunter Lab37.906318.8912-49.8466
CIE-Lab44.757425.7714-48.3365

#625fbb color RGB value is (98,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01011111 10111011
Octal 142 137 273
Decimal 98 95 187
Hex 62 5F BB

RGB Percentages of Color #625fbb

%25.79
%25.00
%49.21

CMYK Percentages of Color #625fbb

%48
%49
%0
%27

Triadic Colors of #625fbb

#625fbb #bb625f #5fbb62

Analogous Colors of #625fbb

#625fbb #905fbb #5f8abb

Monochromatic Colors of #625fbb

#625fbb

Complementary Color

#625fbb #b8bb5f

#625fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#625fbb Color CSS Codes

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

#625fbb Text Font Color

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

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


#625fbb Background Color

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

This div background color is #625fbb


#625fbb Border Color

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

This div border color is #625fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625fbb


Comments

No comments written yet.

Please login to write comment.