Color Hex Logo

#474bfe Color Hex

#474BFE
(71,75,254)
0 Favorites   0 Comments

Color spaces of #474bfe

RGB 7175254
HSL0.660.990.64
HSV239°72°100°
CMYK 0.720.700.00   0.00
XYZ23.004013.527595.1646
Yxy13.52750.17470.1027
Hunter Lab36.779747.2788-127.6622
CIE-Lab43.547554.9254-88.5526

#474bfe color RGB value is (71,75,254).

#474bfe hex color red value is 71, green value is 75 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #474bfe hue: 0.66 , saturation: 0.99 and the lightness value of 474bfe is 0.64.

The process color (four color CMYK) of #474bfe color hex is 0.72, 0.70, 0.00, 0.00. Web safe color of #474bfe is #3333ff. Color #474bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001011 11111110
Octal 107 113 376
Decimal 71 75 254
Hex 47 4B FE

RGB Percentages of Color #474bfe

%17.75
%18.75
%63.50

CMYK Percentages of Color #474bfe

%72
%70
%0
%0

Triadic Colors of #474bfe

#474bfe #fe474b #4bfe47

Analogous Colors of #474bfe

#474bfe #9f47fe #47a7fe

Monochromatic Colors of #474bfe

#474bfe

Complementary Color

#474bfe #fefa47

#474bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#474bfe Color CSS Codes

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

#474bfe Text Font Color

<p style="color:#474bfe">Text here</p>

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


#474bfe Background Color

<div style="background-color:#474bfe">
Div content here</div>

This div background color is #474bfe


#474bfe Border Color

<div style="border:3px solid #474bfe">
Div here</div>

This div border color is #474bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,75,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #474bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #474bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #474bfe;
  box-shadow:         1px 1px 3px 2px #474bfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474bfe


Comments

No comments written yet.

Please login to write comment.