Color Hex Logo

#626ecd Color Hex

#626ECD
(98,110,205)
0 Favorites   0 Comments

Color spaces of #626ecd

RGB 98110205
HSL0.650.520.59
HSV233°52°80°
CMYK 0.520.460.00   0.20
XYZ21.632418.156360.1220
Yxy18.15630.21650.1817
Hunter Lab42.610216.0532-53.8296
CIE-Lab49.685122.1500-50.8293

#626ecd color RGB value is (98,110,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101110 11001101
Octal 142 156 315
Decimal 98 110 205
Hex 62 6E CD

RGB Percentages of Color #626ecd

%23.73
%26.63
%49.64

CMYK Percentages of Color #626ecd

%52
%46
%0
%20

Triadic Colors of #626ecd

#626ecd #cd626e #6ecd62

Analogous Colors of #626ecd

#626ecd #8c62cd #62a4cd

Monochromatic Colors of #626ecd

#626ecd

Complementary Color

#626ecd #cdc162

#626ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#626ecd Color CSS Codes

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

#626ecd Text Font Color

<p style="color:#626ecd">Text here</p>

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


#626ecd Background Color

<div style="background-color:#626ecd">
Div content here</div>

This div background color is #626ecd


#626ecd Border Color

<div style="border:3px solid #626ecd">
Div here</div>

This div border color is #626ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626ecd


Comments

No comments written yet.

Please login to write comment.