Color Hex Logo

#475dca Color Hex

#475DCA
(71,93,202)
0 Favorites   0 Comments

Color spaces of #475dca

RGB 7193202
HSL0.640.550.54
HSV230°65°79°
CMYK 0.650.540.00   0.21
XYZ17.173613.432657.5647
Yxy13.43260.19480.1523
Hunter Lab36.650519.5027-67.4678
CIE-Lab43.408026.5998-59.2918

#475dca color RGB value is (71,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 11001010
Octal 107 135 312
Decimal 71 93 202
Hex 47 5D CA

RGB Percentages of Color #475dca

%19.40
%25.41
%55.19

CMYK Percentages of Color #475dca

%65
%54
%0
%21

Triadic Colors of #475dca

#475dca #ca475d #5dca47

Analogous Colors of #475dca

#475dca #7347ca #479fca

Monochromatic Colors of #475dca

#475dca

Complementary Color

#475dca #cab447

#475dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#475dca Color CSS Codes

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

#475dca Text Font Color

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

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


#475dca Background Color

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

This div background color is #475dca


#475dca Border Color

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

This div border color is #475dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475dca


Comments

No comments written yet.

Please login to write comment.