Color Hex Logo

#472ecb Color Hex

#472ECB
(71,46,203)
0 Favorites   0 Comments

Color spaces of #472ecb

RGB 7146203
HSL0.690.630.49
HSV250°77°80°
CMYK 0.650.770.00   0.20
XYZ14.35507.605457.2113
Yxy7.60540.18130.0961
Hunter Lab27.577944.6525-103.6947
CIE-Lab33.147254.4303-76.6512

#472ecb color RGB value is (71,46,203).

#472ecb hex color red value is 71, green value is 46 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #472ecb hue: 0.69 , saturation: 0.63 and the lightness value of 472ecb is 0.49.

The process color (four color CMYK) of #472ecb color hex is 0.65, 0.77, 0.00, 0.20. Web safe color of #472ecb is #3333cc. Color #472ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101110 11001011
Octal 107 56 313
Decimal 71 46 203
Hex 47 2E CB

RGB Percentages of Color #472ecb

%22.19
%14.38
%63.44

CMYK Percentages of Color #472ecb

%65
%77
%0
%20

Triadic Colors of #472ecb

#472ecb #cb472e #2ecb47

Analogous Colors of #472ecb

#472ecb #962ecb #2e64cb

Monochromatic Colors of #472ecb

#472ecb

Complementary Color

#472ecb #b2cb2e

#472ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#472ecb Color CSS Codes

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

#472ecb Text Font Color

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

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


#472ecb Background Color

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

This div background color is #472ecb


#472ecb Border Color

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

This div border color is #472ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472ecb


Comments

No comments written yet.

Please login to write comment.