Color Hex Logo

#2f17ba Color Hex

#2F17BA
(47,23,186)
0 Favorites   0 Comments

Color spaces of #2f17ba

RGB 4723186
HSL0.690.780.41
HSV249°88°73°
CMYK 0.750.880.00   0.27
XYZ10.34164.762346.8285
Yxy4.76230.16700.0769
Hunter Lab21.822746.4000-111.9523
CIE-Lab26.046557.4653-78.4723

#2f17ba color RGB value is (47,23,186).

#2f17ba hex color red value is 47, green value is 23 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2f17ba hue: 0.69 , saturation: 0.78 and the lightness value of 2f17ba is 0.41.

The process color (four color CMYK) of #2f17ba color hex is 0.75, 0.88, 0.00, 0.27. Web safe color of #2f17ba is #3300cc. Color #2f17ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00010111 10111010
Octal 57 27 272
Decimal 47 23 186
Hex 2F 17 BA

RGB Percentages of Color #2f17ba

%18.36
%8.98
%72.66

CMYK Percentages of Color #2f17ba

%75
%88
%0
%27

Triadic Colors of #2f17ba

#2f17ba #ba2f17 #17ba2f

Analogous Colors of #2f17ba

#2f17ba #8117ba #1750ba

Monochromatic Colors of #2f17ba

#2f17ba

Complementary Color

#2f17ba #a2ba17

#2f17ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f17ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f17ba Color CSS Codes

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

#2f17ba Text Font Color

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

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


#2f17ba Background Color

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

This div background color is #2f17ba


#2f17ba Border Color

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

This div border color is #2f17ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f17ba


Comments

No comments written yet.

Please login to write comment.