Color Hex Logo

#626efc Color Hex

#626EFC
(98,110,252)
0 Favorites   0 Comments

Color spaces of #626efc

RGB 98110252
HSL0.650.960.69
HSV235°61°99°
CMYK 0.610.560.00   0.01
XYZ28.183620.776894.6203
Yxy20.77680.19630.1447
Hunter Lab45.581630.6008-91.1698
CIE-Lab52.704337.2788-72.3998

#626efc color RGB value is (98,110,252).

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

The process color (four color CMYK) of #626efc color hex is 0.61, 0.56, 0.00, 0.01. Web safe color of #626efc is #6666ff. Color #626efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101110 11111100
Octal 142 156 374
Decimal 98 110 252
Hex 62 6E FC

RGB Percentages of Color #626efc

%21.30
%23.91
%54.78

CMYK Percentages of Color #626efc

%61
%56
%0
%1

Triadic Colors of #626efc

#626efc #fc626e #6efc62

Analogous Colors of #626efc

#626efc #a362fc #62bbfc

Monochromatic Colors of #626efc

#626efc

Complementary Color

#626efc #fcf062

#626efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#626efc Color CSS Codes

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

#626efc Text Font Color

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

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


#626efc Background Color

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

This div background color is #626efc


#626efc Border Color

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

This div border color is #626efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626efc


Comments

No comments written yet.

Please login to write comment.