Color Hex Logo

#2f3fdd Color Hex

#2F3FDD
(47,63,221)
0 Favorites   0 Comments

Color spaces of #2f3fdd

RGB 4763221
HSL0.650.720.53
HSV234°79°87°
CMYK 0.790.710.00   0.13
XYZ16.00099.379869.3738
Yxy9.37980.16890.0990
Hunter Lab30.626539.6616-112.8628
CIE-Lab36.705548.9035-81.2262

#2f3fdd color RGB value is (47,63,221).

#2f3fdd hex color red value is 47, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2f3fdd hue: 0.65 , saturation: 0.72 and the lightness value of 2f3fdd is 0.53.

The process color (four color CMYK) of #2f3fdd color hex is 0.79, 0.71, 0.00, 0.13. Web safe color of #2f3fdd is #3333cc. Color #2f3fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00111111 11011101
Octal 57 77 335
Decimal 47 63 221
Hex 2F 3F DD

RGB Percentages of Color #2f3fdd

%14.20
%19.03
%66.77

CMYK Percentages of Color #2f3fdd

%79
%71
%0
%13

Triadic Colors of #2f3fdd

#2f3fdd #dd2f3f #3fdd2f

Analogous Colors of #2f3fdd

#2f3fdd #762fdd #2f96dd

Monochromatic Colors of #2f3fdd

#2f3fdd

Complementary Color

#2f3fdd #ddcd2f

#2f3fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f3fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f3fdd Color CSS Codes

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

#2f3fdd Text Font Color

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

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


#2f3fdd Background Color

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

This div background color is #2f3fdd


#2f3fdd Border Color

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

This div border color is #2f3fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f3fdd


Comments

No comments written yet.

Please login to write comment.