Color Hex Logo

#477aeb Color Hex

#477AEB
(71,122,235)
0 Favorites   0 Comments

Color spaces of #477aeb

RGB 71122235
HSL0.610.800.60
HSV221°70°92°
CMYK 0.700.480.00   0.08
XYZ24.553521.256881.4061
Yxy21.25680.19300.1671
Hunter Lab46.105114.3771-72.4126
CIE-Lab53.229420.0379-62.1608

#477aeb color RGB value is (71,122,235).

#477aeb hex color red value is 71, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #477aeb hue: 0.61 , saturation: 0.80 and the lightness value of 477aeb is 0.60.

The process color (four color CMYK) of #477aeb color hex is 0.70, 0.48, 0.00, 0.08. Web safe color of #477aeb is #3366ff. Color #477aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111010 11101011
Octal 107 172 353
Decimal 71 122 235
Hex 47 7A EB

RGB Percentages of Color #477aeb

%16.59
%28.50
%54.91

CMYK Percentages of Color #477aeb

%70
%48
%0
%8

Triadic Colors of #477aeb

#477aeb #eb477a #7aeb47

Analogous Colors of #477aeb

#477aeb #6647eb #47cceb

Monochromatic Colors of #477aeb

#477aeb

Complementary Color

#477aeb #ebb847

#477aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477aeb Color CSS Codes

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

#477aeb Text Font Color

<p style="color:#477aeb">Text here</p>

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


#477aeb Background Color

<div style="background-color:#477aeb">
Div content here</div>

This div background color is #477aeb


#477aeb Border Color

<div style="border:3px solid #477aeb">
Div here</div>

This div border color is #477aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,122,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #477aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #477aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #477aeb;
  box-shadow:         1px 1px 3px 2px #477aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,122,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 #477aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477aeb


Comments

No comments written yet.

Please login to write comment.