Color Hex Logo

#627dbf Color Hex

#627DBF
(98,125,191)
0 Favorites   0 Comments

Color spaces of #627dbf

RGB 98125191
HSL0.620.420.57
HSV223°49°75°
CMYK 0.490.350.00   0.25
XYZ21.774621.025552.2009
Yxy21.02550.22920.2213
Hunter Lab45.85364.5210-35.3998
CIE-Lab52.97748.6267-37.6053

#627dbf color RGB value is (98,125,191).

#627dbf hex color red value is 98, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #627dbf hue: 0.62 , saturation: 0.42 and the lightness value of 627dbf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111101 10111111
Octal 142 175 277
Decimal 98 125 191
Hex 62 7D BF

RGB Percentages of Color #627dbf

%23.67
%30.19
%46.14

CMYK Percentages of Color #627dbf

%49
%35
%0
%25

Triadic Colors of #627dbf

#627dbf #bf627d #7dbf62

Analogous Colors of #627dbf

#627dbf #7662bf #62acbf

Monochromatic Colors of #627dbf

#627dbf

Complementary Color

#627dbf #bfa462

#627dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#627dbf Color CSS Codes

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

#627dbf Text Font Color

<p style="color:#627dbf">Text here</p>

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


#627dbf Background Color

<div style="background-color:#627dbf">
Div content here</div>

This div background color is #627dbf


#627dbf Border Color

<div style="border:3px solid #627dbf">
Div here</div>

This div border color is #627dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,125,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 #627dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627dbf


Comments

No comments written yet.

Please login to write comment.