Color Hex Logo

#627dcb Color Hex

#627DCB
(98,125,203)
0 Favorites   0 Comments

Color spaces of #627dcb

RGB 98125203
HSL0.620.500.59
HSV225°52°80°
CMYK 0.520.380.00   0.20
XYZ23.150121.575759.4443
Yxy21.57570.22220.2071
Hunter Lab46.44977.6760-43.3621
CIE-Lab53.573912.3666-43.5057

#627dcb color RGB value is (98,125,203).

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

The process color (four color CMYK) of #627dcb color hex is 0.52, 0.38, 0.00, 0.20. Web safe color of #627dcb is #6666cc. Color #627dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111101 11001011
Octal 142 175 313
Decimal 98 125 203
Hex 62 7D CB

RGB Percentages of Color #627dcb

%23.00
%29.34
%47.65

CMYK Percentages of Color #627dcb

%52
%38
%0
%20

Triadic Colors of #627dcb

#627dcb #cb627d #7dcb62

Analogous Colors of #627dcb

#627dcb #7c62cb #62b2cb

Monochromatic Colors of #627dcb

#627dcb

Complementary Color

#627dcb #cbb062

#627dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#627dcb Color CSS Codes

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

#627dcb Text Font Color

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

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


#627dcb Background Color

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

This div background color is #627dcb


#627dcb Border Color

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

This div border color is #627dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627dcb


Comments

No comments written yet.

Please login to write comment.