Color Hex Logo

#475bed Color Hex

#475BED
(71,91,237)
0 Favorites   0 Comments

Color spaces of #475bed

RGB 7191237
HSL0.650.820.60
HSV233°70°93°
CMYK 0.700.620.00   0.07
XYZ21.625714.936281.8639
Yxy14.93620.18260.1261
Hunter Lab38.647432.2493-98.5365
CIE-Lab45.546739.9566-75.7465

#475bed color RGB value is (71,91,237).

#475bed hex color red value is 71, green value is 91 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #475bed hue: 0.65 , saturation: 0.82 and the lightness value of 475bed is 0.60.

The process color (four color CMYK) of #475bed color hex is 0.70, 0.62, 0.00, 0.07. Web safe color of #475bed is #3366ff. Color #475bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011011 11101101
Octal 107 133 355
Decimal 71 91 237
Hex 47 5B ED

RGB Percentages of Color #475bed

%17.79
%22.81
%59.40

CMYK Percentages of Color #475bed

%70
%62
%0
%7

Triadic Colors of #475bed

#475bed #ed475b #5bed47

Analogous Colors of #475bed

#475bed #8647ed #47aeed

Monochromatic Colors of #475bed

#475bed

Complementary Color

#475bed #edd947

#475bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#475bed Color CSS Codes

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

#475bed Text Font Color

<p style="color:#475bed">Text here</p>

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


#475bed Background Color

<div style="background-color:#475bed">
Div content here</div>

This div background color is #475bed


#475bed Border Color

<div style="border:3px solid #475bed">
Div here</div>

This div border color is #475bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,91,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475bed;
  -webkit-box-shadow: 1px 1px 3px 2px #475bed;
  box-shadow:         1px 1px 3px 2px #475bed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475bed


Comments

No comments written yet.

Please login to write comment.