Color Hex Logo

#470bee Color Hex

#470BEE
(71,11,238)
0 Favorites   0 Comments

Color spaces of #470bee

RGB 7111238
HSL0.710.910.49
HSV256°95°93°
CMYK 0.700.950.00   0.07
XYZ18.15087.752081.4285
Yxy7.75200.16910.0722
Hunter Lab27.842467.6420-153.9111
CIE-Lab33.461074.7377-96.2610

#470bee color RGB value is (71,11,238).

#470bee hex color red value is 71, green value is 11 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #470bee hue: 0.71 , saturation: 0.91 and the lightness value of 470bee is 0.49.

The process color (four color CMYK) of #470bee color hex is 0.70, 0.95, 0.00, 0.07. Web safe color of #470bee is #3300ff. Color #470bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001011 11101110
Octal 107 13 356
Decimal 71 11 238
Hex 47 B EE

RGB Percentages of Color #470bee

%22.19
%3.44
%74.38

CMYK Percentages of Color #470bee

%70
%95
%0
%7

Triadic Colors of #470bee

#470bee #ee470b #0bee47

Analogous Colors of #470bee

#470bee #b90bee #0b41ee

Monochromatic Colors of #470bee

#470bee

Complementary Color

#470bee #b2ee0b

#470bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#470bee Color CSS Codes

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

#470bee Text Font Color

<p style="color:#470bee">Text here</p>

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


#470bee Background Color

<div style="background-color:#470bee">
Div content here</div>

This div background color is #470bee


#470bee Border Color

<div style="border:3px solid #470bee">
Div here</div>

This div border color is #470bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,11,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #470bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #470bee;
  -webkit-box-shadow: 1px 1px 3px 2px #470bee;
  box-shadow:         1px 1px 3px 2px #470bee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470bee


Comments

No comments written yet.

Please login to write comment.