Color Hex Logo

#475fcd Color Hex

#475FCD
(71,95,205)
0 Favorites   0 Comments

Color spaces of #475fcd

RGB 7195205
HSL0.640.570.54
HSV229°65°80°
CMYK 0.650.540.00   0.20
XYZ17.710213.931859.5133
Yxy13.93180.19430.1528
Hunter Lab37.325319.3757-68.4071
CIE-Lab44.135026.3801-59.8430

#475fcd color RGB value is (71,95,205).

#475fcd hex color red value is 71, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #475fcd hue: 0.64 , saturation: 0.57 and the lightness value of 475fcd is 0.54.

The process color (four color CMYK) of #475fcd color hex is 0.65, 0.54, 0.00, 0.20. Web safe color of #475fcd is #3366cc. Color #475fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 11001101
Octal 107 137 315
Decimal 71 95 205
Hex 47 5F CD

RGB Percentages of Color #475fcd

%19.14
%25.61
%55.26

CMYK Percentages of Color #475fcd

%65
%54
%0
%20

Triadic Colors of #475fcd

#475fcd #cd475f #5fcd47

Analogous Colors of #475fcd

#475fcd #7247cd #47a2cd

Monochromatic Colors of #475fcd

#475fcd

Complementary Color

#475fcd #cdb547

#475fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#475fcd Color CSS Codes

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

#475fcd Text Font Color

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

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


#475fcd Background Color

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

This div background color is #475fcd


#475fcd Border Color

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

This div border color is #475fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475fcd


Comments

No comments written yet.

Please login to write comment.