Color Hex Logo

#471cbf Color Hex

#471CBF
(71,28,191)
0 Favorites   0 Comments

Color spaces of #471cbf

RGB 7128191
HSL0.710.740.43
HSV256°85°75°
CMYK 0.630.850.00   0.25
XYZ12.41785.931749.7807
Yxy5.93170.18230.0871
Hunter Lab24.355148.3895-104.1376
CIE-Lab29.239558.7129-76.0752

#471cbf color RGB value is (71,28,191).

#471cbf hex color red value is 71, green value is 28 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #471cbf hue: 0.71 , saturation: 0.74 and the lightness value of 471cbf is 0.43.

The process color (four color CMYK) of #471cbf color hex is 0.63, 0.85, 0.00, 0.25. Web safe color of #471cbf is #3333cc. Color #471cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011100 10111111
Octal 107 34 277
Decimal 71 28 191
Hex 47 1C BF

RGB Percentages of Color #471cbf

%24.48
%9.66
%65.86

CMYK Percentages of Color #471cbf

%63
%85
%0
%25

Triadic Colors of #471cbf

#471cbf #bf471c #1cbf47

Analogous Colors of #471cbf

#471cbf #991cbf #1c42bf

Monochromatic Colors of #471cbf

#471cbf

Complementary Color

#471cbf #94bf1c

#471cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#471cbf Color CSS Codes

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

#471cbf Text Font Color

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

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


#471cbf Background Color

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

This div background color is #471cbf


#471cbf Border Color

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

This div border color is #471cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471cbf


Comments

No comments written yet.

Please login to write comment.