Color Hex Logo

#477eeb Color Hex

#477EEB
(71,126,235)
0 Favorites   0 Comments

Color spaces of #477eeb

RGB 71126235
HSL0.610.800.60
HSV220°70°92°
CMYK 0.700.460.00   0.08
XYZ25.054822.259581.5732
Yxy22.25950.19440.1727
Hunter Lab47.180012.2270-69.4852
CIE-Lab54.301317.5704-60.4369

#477eeb color RGB value is (71,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111110 11101011
Octal 107 176 353
Decimal 71 126 235
Hex 47 7E EB

RGB Percentages of Color #477eeb

%16.44
%29.17
%54.40

CMYK Percentages of Color #477eeb

%70
%46
%0
%8

Triadic Colors of #477eeb

#477eeb #eb477e #7eeb47

Analogous Colors of #477eeb

#477eeb #6247eb #47d0eb

Monochromatic Colors of #477eeb

#477eeb

Complementary Color

#477eeb #ebb447

#477eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477eeb Color CSS Codes

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

#477eeb Text Font Color

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

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


#477eeb Background Color

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

This div background color is #477eeb


#477eeb Border Color

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

This div border color is #477eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477eeb


Comments

No comments written yet.

Please login to write comment.