Color Hex Logo

#2f54bc Color Hex

#2F54BC
(47,84,188)
0 Favorites   0 Comments

Color spaces of #2f54bc

RGB 4784188
HSL0.620.600.46
HSV224°75°74°
CMYK 0.750.550.00   0.26
XYZ13.419710.575848.9110
Yxy10.57580.18410.1451
Hunter Lab32.520516.7480-66.4083
CIE-Lab38.856623.9074-58.5914

#2f54bc color RGB value is (47,84,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 01010100 10111100
Octal 57 124 274
Decimal 47 84 188
Hex 2F 54 BC

RGB Percentages of Color #2f54bc

%14.73
%26.33
%58.93

CMYK Percentages of Color #2f54bc

%75
%55
%0
%26

Triadic Colors of #2f54bc

#2f54bc #bc2f54 #54bc2f

Analogous Colors of #2f54bc

#2f54bc #512fbc #2f9bbc

Monochromatic Colors of #2f54bc

#2f54bc

Complementary Color

#2f54bc #bc972f

#2f54bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f54bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f54bc Color CSS Codes

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

#2f54bc Text Font Color

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

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


#2f54bc Background Color

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

This div background color is #2f54bc


#2f54bc Border Color

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

This div border color is #2f54bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,84,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 #2f54bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f54bc


Comments

No comments written yet.

Please login to write comment.