Color Hex Logo

#2f31bc Color Hex

#2F31BC
(47,49,188)
0 Favorites   0 Comments

Color spaces of #2f31bc

RGB 4749188
HSL0.660.600.46
HSV239°75°74°
CMYK 0.750.740.00   0.26
XYZ11.34776.431848.2203
Yxy6.43180.17190.0975
Hunter Lab25.361035.4875-94.9788
CIE-Lab30.476745.8722-72.3151

#2f31bc color RGB value is (47,49,188).

#2f31bc hex color red value is 47, green value is 49 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2f31bc hue: 0.66 , saturation: 0.60 and the lightness value of 2f31bc is 0.46.

The process color (four color CMYK) of #2f31bc color hex is 0.75, 0.74, 0.00, 0.26. Web safe color of #2f31bc is #3333cc. Color #2f31bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00110001 10111100
Octal 57 61 274
Decimal 47 49 188
Hex 2F 31 BC

RGB Percentages of Color #2f31bc

%16.55
%17.25
%66.20

CMYK Percentages of Color #2f31bc

%75
%74
%0
%26

Triadic Colors of #2f31bc

#2f31bc #bc2f31 #31bc2f

Analogous Colors of #2f31bc

#2f31bc #742fbc #2f78bc

Monochromatic Colors of #2f31bc

#2f31bc

Complementary Color

#2f31bc #bcba2f

#2f31bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f31bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f31bc Color CSS Codes

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

#2f31bc Text Font Color

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

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


#2f31bc Background Color

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

This div background color is #2f31bc


#2f31bc Border Color

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

This div border color is #2f31bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f31bc


Comments

No comments written yet.

Please login to write comment.