Color Hex Logo

#472eca Color Hex

#472ECA
(71,46,202)
0 Favorites   0 Comments

Color spaces of #472eca

RGB 7146202
HSL0.690.630.49
HSV250°77°79°
CMYK 0.650.770.00   0.21
XYZ14.23627.557956.5856
Yxy7.55790.18160.0964
Hunter Lab27.491644.3236-102.7915
CIE-Lab33.044754.1357-76.2375

#472eca color RGB value is (71,46,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101110 11001010
Octal 107 56 312
Decimal 71 46 202
Hex 47 2E CA

RGB Percentages of Color #472eca

%22.26
%14.42
%63.32

CMYK Percentages of Color #472eca

%65
%77
%0
%21

Triadic Colors of #472eca

#472eca #ca472e #2eca47

Analogous Colors of #472eca

#472eca #952eca #2e63ca

Monochromatic Colors of #472eca

#472eca

Complementary Color

#472eca #b1ca2e

#472eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#472eca Color CSS Codes

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

#472eca Text Font Color

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

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


#472eca Background Color

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

This div background color is #472eca


#472eca Border Color

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

This div border color is #472eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472eca


Comments

No comments written yet.

Please login to write comment.