Color Hex Logo

#628ece Color Hex

#628ECE
(98,142,206)
0 Favorites   0 Comments

Color spaces of #628ece

RGB 98142206
HSL0.600.520.60
HSV216°52°81°
CMYK 0.520.310.00   0.19
XYZ25.850626.398962.1255
Yxy26.39890.22600.2308
Hunter Lab51.3799-0.1066-35.7241
CIE-Lab58.41383.2031-37.5827

#628ece color RGB value is (98,142,206).

#628ece hex color red value is 98, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #628ece hue: 0.60 , saturation: 0.52 and the lightness value of 628ece is 0.60.

The process color (four color CMYK) of #628ece color hex is 0.52, 0.31, 0.00, 0.19. Web safe color of #628ece is #6699cc. Color #628ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001110 11001110
Octal 142 216 316
Decimal 98 142 206
Hex 62 8E CE

RGB Percentages of Color #628ece

%21.97
%31.84
%46.19

CMYK Percentages of Color #628ece

%52
%31
%0
%19

Triadic Colors of #628ece

#628ece #ce628e #8ece62

Analogous Colors of #628ece

#628ece #6c62ce #62c4ce

Monochromatic Colors of #628ece

#628ece

Complementary Color

#628ece #cea262

#628ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#628ece Color CSS Codes

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

#628ece Text Font Color

<p style="color:#628ece">Text here</p>

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


#628ece Background Color

<div style="background-color:#628ece">
Div content here</div>

This div background color is #628ece


#628ece Border Color

<div style="border:3px solid #628ece">
Div here</div>

This div border color is #628ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,142,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #628ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #628ece;
  -webkit-box-shadow: 1px 1px 3px 2px #628ece;
  box-shadow:         1px 1px 3px 2px #628ece; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628ece


Comments

No comments written yet.

Please login to write comment.