Color Hex Logo

#476ced Color Hex

#476CED
(71,108,237)
0 Favorites   0 Comments

Color spaces of #476ced

RGB 71108237
HSL0.630.820.60
HSV227°70°93°
CMYK 0.700.540.00   0.07
XYZ23.247218.179182.4044
Yxy18.17910.18770.1468
Hunter Lab42.637022.7099-84.7439
CIE-Lab49.712629.4460-68.9632

#476ced color RGB value is (71,108,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101100 11101101
Octal 107 154 355
Decimal 71 108 237
Hex 47 6C ED

RGB Percentages of Color #476ced

%17.07
%25.96
%56.97

CMYK Percentages of Color #476ced

%70
%54
%0
%7

Triadic Colors of #476ced

#476ced #ed476c #6ced47

Analogous Colors of #476ced

#476ced #7547ed #47bfed

Monochromatic Colors of #476ced

#476ced

Complementary Color

#476ced #edc847

#476ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#476ced Color CSS Codes

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

#476ced Text Font Color

<p style="color:#476ced">Text here</p>

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


#476ced Background Color

<div style="background-color:#476ced">
Div content here</div>

This div background color is #476ced


#476ced Border Color

<div style="border:3px solid #476ced">
Div here</div>

This div border color is #476ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,108,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 #476ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476ced


Comments

No comments written yet.

Please login to write comment.