Color Hex Logo

#475cdd Color Hex

#475CDD
(71,92,221)
0 Favorites   0 Comments

Color spaces of #475cdd

RGB 7192221
HSL0.640.690.57
HSV232°68°87°
CMYK 0.680.580.00   0.13
XYZ19.476814.214370.1237
Yxy14.21430.18760.1369
Hunter Lab37.701926.2349-83.8853
CIE-Lab44.538733.8362-68.3385

#475cdd color RGB value is (71,92,221).

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

The process color (four color CMYK) of #475cdd color hex is 0.68, 0.58, 0.00, 0.13. Web safe color of #475cdd is #3366cc. Color #475cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011100 11011101
Octal 107 134 335
Decimal 71 92 221
Hex 47 5C DD

RGB Percentages of Color #475cdd

%18.49
%23.96
%57.55

CMYK Percentages of Color #475cdd

%68
%58
%0
%13

Triadic Colors of #475cdd

#475cdd #dd475c #5cdd47

Analogous Colors of #475cdd

#475cdd #7d47dd #47a7dd

Monochromatic Colors of #475cdd

#475cdd

Complementary Color

#475cdd #ddc847

#475cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#475cdd Color CSS Codes

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

#475cdd Text Font Color

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

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


#475cdd Background Color

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

This div background color is #475cdd


#475cdd Border Color

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

This div border color is #475cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475cdd


Comments

No comments written yet.

Please login to write comment.