Color Hex Logo

#627ceb Color Hex

#627CEB
(98,124,235)
0 Favorites   0 Comments

Color spaces of #627ceb

RGB 98124235
HSL0.640.770.65
HSV229°58°92°
CMYK 0.580.470.00   0.08
XYZ27.240123.010181.6030
Yxy23.01010.20660.1745
Hunter Lab47.968817.4194-67.2840
CIE-Lab55.082723.2642-59.1117

#627ceb color RGB value is (98,124,235).

#627ceb hex color red value is 98, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #627ceb hue: 0.64 , saturation: 0.77 and the lightness value of 627ceb is 0.65.

The process color (four color CMYK) of #627ceb color hex is 0.58, 0.47, 0.00, 0.08. Web safe color of #627ceb is #6666ff. Color #627ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111100 11101011
Octal 142 174 353
Decimal 98 124 235
Hex 62 7C EB

RGB Percentages of Color #627ceb

%21.44
%27.13
%51.42

CMYK Percentages of Color #627ceb

%58
%47
%0
%8

Triadic Colors of #627ceb

#627ceb #eb627c #7ceb62

Analogous Colors of #627ceb

#627ceb #8d62eb #62c1eb

Monochromatic Colors of #627ceb

#627ceb

Complementary Color

#627ceb #ebd162

#627ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#627ceb Color CSS Codes

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

#627ceb Text Font Color

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

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


#627ceb Background Color

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

This div background color is #627ceb


#627ceb Border Color

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

This div border color is #627ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627ceb


Comments

No comments written yet.

Please login to write comment.