Color Hex Logo

#627dcd Color Hex

#627DCD
(98,125,205)
0 Favorites   0 Comments

Color spaces of #627dcd

RGB 98125205
HSL0.620.520.59
HSV225°52°80°
CMYK 0.520.390.00   0.20
XYZ23.390121.671760.7079
Yxy21.67170.22110.2049
Hunter Lab46.55298.2183-44.7309
CIE-Lab53.676912.9979-44.4782

#627dcd color RGB value is (98,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111101 11001101
Octal 142 175 315
Decimal 98 125 205
Hex 62 7D CD

RGB Percentages of Color #627dcd

%22.90
%29.21
%47.90

CMYK Percentages of Color #627dcd

%52
%39
%0
%20

Triadic Colors of #627dcd

#627dcd #cd627d #7dcd62

Analogous Colors of #627dcd

#627dcd #7d62cd #62b3cd

Monochromatic Colors of #627dcd

#627dcd

Complementary Color

#627dcd #cdb262

#627dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#627dcd Color CSS Codes

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

#627dcd Text Font Color

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

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


#627dcd Background Color

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

This div background color is #627dcd


#627dcd Border Color

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

This div border color is #627dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627dcd


Comments

No comments written yet.

Please login to write comment.