Color Hex Logo

#477cef Color Hex

#477CEF
(71,124,239)
0 Favorites   0 Comments

Color spaces of #477cef

RGB 71124239
HSL0.610.840.61
HSV221°70°94°
CMYK 0.700.480.00   0.06
XYZ25.386221.986984.5673
Yxy21.98690.19240.1666
Hunter Lab46.890214.5815-74.1074
CIE-Lab54.013120.2198-63.1295

#477cef color RGB value is (71,124,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 11101111
Octal 107 174 357
Decimal 71 124 239
Hex 47 7C EF

RGB Percentages of Color #477cef

%16.36
%28.57
%55.07

CMYK Percentages of Color #477cef

%70
%48
%0
%6

Triadic Colors of #477cef

#477cef #ef477c #7cef47

Analogous Colors of #477cef

#477cef #6647ef #47d0ef

Monochromatic Colors of #477cef

#477cef

Complementary Color

#477cef #efba47

#477cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#477cef Color CSS Codes

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

#477cef Text Font Color

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

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


#477cef Background Color

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

This div background color is #477cef


#477cef Border Color

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

This div border color is #477cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477cef


Comments

No comments written yet.

Please login to write comment.