Color Hex Logo

#2f135a Color Hex

#2F135A
(47,19,90)
0 Favorites   0 Comments

Color spaces of #2f135a

RGB 471990
HSL0.730.650.21
HSV264°79°35°
CMYK 0.480.790.00   0.65
XYZ3.25061.80839.8506
Yxy1.80830.21800.1213
Hunter Lab13.447319.6158-34.0188
CIE-Lab14.447331.0593-37.2884

#2f135a color RGB value is (47,19,90).

#2f135a hex color red value is 47, green value is 19 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #2f135a hue: 0.73 , saturation: 0.65 and the lightness value of 2f135a is 0.21.

The process color (four color CMYK) of #2f135a color hex is 0.48, 0.79, 0.00, 0.65. Web safe color of #2f135a is #330066. Color #2f135a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00010011 01011010
Octal 57 23 132
Decimal 47 19 90
Hex 2F 13 5A

RGB Percentages of Color #2f135a

%30.13
%12.18
%57.69

CMYK Percentages of Color #2f135a

%48
%79
%0
%65

Triadic Colors of #2f135a

#2f135a #5a2f13 #135a2f

Analogous Colors of #2f135a

#2f135a #52135a #131b5a

Monochromatic Colors of #2f135a

#2f135a

Complementary Color

#2f135a #3e5a13

#2f135a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f135a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f135a Color CSS Codes

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

#2f135a Text Font Color

<p style="color:#2f135a">Text here</p>

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


#2f135a Background Color

<div style="background-color:#2f135a">
Div content here</div>

This div background color is #2f135a


#2f135a Border Color

<div style="border:3px solid #2f135a">
Div here</div>

This div border color is #2f135a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,19,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f135a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f135a;
  -webkit-box-shadow: 1px 1px 3px 2px #2f135a;
  box-shadow:         1px 1px 3px 2px #2f135a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,19,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f135a


Comments

No comments written yet.

Please login to write comment.