Color Hex Logo

#471cdc Color Hex

#471CDC
(71,28,220)
0 Favorites   0 Comments

Color spaces of #471cdc

RGB 7128220
HSL0.700.770.49
HSV253°87°86°
CMYK 0.680.870.00   0.14
XYZ15.93217.337468.2867
Yxy7.33740.17400.0801
Hunter Lab27.087657.5848-130.5061
CIE-Lab32.563066.3629-87.4648

#471cdc color RGB value is (71,28,220).

#471cdc hex color red value is 71, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #471cdc hue: 0.70 , saturation: 0.77 and the lightness value of 471cdc is 0.49.

The process color (four color CMYK) of #471cdc color hex is 0.68, 0.87, 0.00, 0.14. Web safe color of #471cdc is #3333cc. Color #471cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011100 11011100
Octal 107 34 334
Decimal 71 28 220
Hex 47 1C DC

RGB Percentages of Color #471cdc

%22.26
%8.78
%68.97

CMYK Percentages of Color #471cdc

%68
%87
%0
%14

Triadic Colors of #471cdc

#471cdc #dc471c #1cdc47

Analogous Colors of #471cdc

#471cdc #a71cdc #1c51dc

Monochromatic Colors of #471cdc

#471cdc

Complementary Color

#471cdc #b1dc1c

#471cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#471cdc Color CSS Codes

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

#471cdc Text Font Color

<p style="color:#471cdc">Text here</p>

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


#471cdc Background Color

<div style="background-color:#471cdc">
Div content here</div>

This div background color is #471cdc


#471cdc Border Color

<div style="border:3px solid #471cdc">
Div here</div>

This div border color is #471cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,28,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #471cdc;
  box-shadow:         1px 1px 3px 2px #471cdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471cdc


Comments

No comments written yet.

Please login to write comment.