Color Hex Logo

#47238a Color Hex

#47238A
(71,35,138)
0 Favorites   0 Comments

Color spaces of #47238a

RGB 7135138
HSL0.720.600.34
HSV261°75°54°
CMYK 0.490.750.00   0.46
XYZ7.78704.376624.4791
Yxy4.37660.21250.1194
Hunter Lab20.920329.8310-54.7316
CIE-Lab24.879340.9564-51.1301

#47238a color RGB value is (71,35,138).

#47238a hex color red value is 71, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #47238a hue: 0.72 , saturation: 0.60 and the lightness value of 47238a is 0.34.

The process color (four color CMYK) of #47238a color hex is 0.49, 0.75, 0.00, 0.46. Web safe color of #47238a is #333399. Color #47238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100011 10001010
Octal 107 43 212
Decimal 71 35 138
Hex 47 23 8A

RGB Percentages of Color #47238a

%29.10
%14.34
%56.56

CMYK Percentages of Color #47238a

%49
%75
%0
%46

Triadic Colors of #47238a

#47238a #8a4723 #238a47

Analogous Colors of #47238a

#47238a #7b238a #23328a

Monochromatic Colors of #47238a

#47238a

Complementary Color

#47238a #668a23

#47238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47238a Color CSS Codes

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

#47238a Text Font Color

<p style="color:#47238a">Text here</p>

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


#47238a Background Color

<div style="background-color:#47238a">
Div content here</div>

This div background color is #47238a


#47238a Border Color

<div style="border:3px solid #47238a">
Div here</div>

This div border color is #47238a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,35,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47238a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47238a;
  -webkit-box-shadow: 1px 1px 3px 2px #47238a;
  box-shadow:         1px 1px 3px 2px #47238a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47238a


Comments

No comments written yet.

Please login to write comment.