Color Hex Logo

#477ceb Color Hex

#477CEB
(71,124,235)
0 Favorites   0 Comments

Color spaces of #477ceb

RGB 71124235
HSL0.610.800.60
HSV221°70°92°
CMYK 0.700.470.00   0.08
XYZ24.801621.753181.4888
Yxy21.75310.19370.1699
Hunter Lab46.640213.2995-70.9421
CIE-Lab53.764118.8024-61.3005

#477ceb color RGB value is (71,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 11101011
Octal 107 174 353
Decimal 71 124 235
Hex 47 7C EB

RGB Percentages of Color #477ceb

%16.51
%28.84
%54.65

CMYK Percentages of Color #477ceb

%70
%47
%0
%8

Triadic Colors of #477ceb

#477ceb #eb477c #7ceb47

Analogous Colors of #477ceb

#477ceb #6447eb #47ceeb

Monochromatic Colors of #477ceb

#477ceb

Complementary Color

#477ceb #ebb647

#477ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477ceb Color CSS Codes

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

#477ceb Text Font Color

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

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


#477ceb Background Color

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

This div background color is #477ceb


#477ceb Border Color

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

This div border color is #477ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477ceb


Comments

No comments written yet.

Please login to write comment.