Color Hex Logo

#475cee Color Hex

#475CEE
(71,92,238)
0 Favorites   0 Comments

Color spaces of #475cee

RGB 7192238
HSL0.650.830.61
HSV232°70°93°
CMYK 0.700.610.00   0.07
XYZ21.858315.166982.6644
Yxy15.16690.18260.1267
Hunter Lab38.944732.0326-98.5882
CIE-Lab45.861939.6882-75.7938

#475cee color RGB value is (71,92,238).

#475cee hex color red value is 71, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #475cee hue: 0.65 , saturation: 0.83 and the lightness value of 475cee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011100 11101110
Octal 107 134 356
Decimal 71 92 238
Hex 47 5C EE

RGB Percentages of Color #475cee

%17.71
%22.94
%59.35

CMYK Percentages of Color #475cee

%70
%61
%0
%7

Triadic Colors of #475cee

#475cee #ee475c #5cee47

Analogous Colors of #475cee

#475cee #8647ee #47b0ee

Monochromatic Colors of #475cee

#475cee

Complementary Color

#475cee #eed947

#475cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#475cee Color CSS Codes

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

#475cee Text Font Color

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

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


#475cee Background Color

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

This div background color is #475cee


#475cee Border Color

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

This div border color is #475cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475cee


Comments

No comments written yet.

Please login to write comment.