Color Hex Logo

#472beb Color Hex

#472BEB
(71,43,235)
0 Favorites   0 Comments

Color spaces of #472beb

RGB 7143235
HSL0.690.830.55
HSV249°82°92°
CMYK 0.700.820.00   0.08
XYZ18.45789.065579.3742
Yxy9.06550.17270.0848
Hunter Lab30.109056.7357-135.2259
CIE-Lab36.110164.9332-90.1539

#472beb color RGB value is (71,43,235).

#472beb hex color red value is 71, green value is 43 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #472beb hue: 0.69 , saturation: 0.83 and the lightness value of 472beb is 0.55.

The process color (four color CMYK) of #472beb color hex is 0.70, 0.82, 0.00, 0.08. Web safe color of #472beb is #3333ff. Color #472beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101011 11101011
Octal 107 53 353
Decimal 71 43 235
Hex 47 2B EB

RGB Percentages of Color #472beb

%20.34
%12.32
%67.34

CMYK Percentages of Color #472beb

%70
%82
%0
%8

Triadic Colors of #472beb

#472beb #eb472b #2beb47

Analogous Colors of #472beb

#472beb #a72beb #2b6feb

Monochromatic Colors of #472beb

#472beb

Complementary Color

#472beb #cfeb2b

#472beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#472beb Color CSS Codes

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

#472beb Text Font Color

<p style="color:#472beb">Text here</p>

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


#472beb Background Color

<div style="background-color:#472beb">
Div content here</div>

This div background color is #472beb


#472beb Border Color

<div style="border:3px solid #472beb">
Div here</div>

This div border color is #472beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,43,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472beb;
  -webkit-box-shadow: 1px 1px 3px 2px #472beb;
  box-shadow:         1px 1px 3px 2px #472beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472beb


Comments

No comments written yet.

Please login to write comment.