Color Hex Logo

#2f37da Color Hex

#2F37DA
(47,55,218)
0 Favorites   0 Comments

Color spaces of #2f37da

RGB 4755218
HSL0.660.700.52
HSV237°78°85°
CMYK 0.780.750.00   0.15
XYZ15.19348.398767.1500
Yxy8.39870.16740.0926
Hunter Lab28.980542.8650-117.0930
CIE-Lab34.799852.3931-82.6530

#2f37da color RGB value is (47,55,218).

#2f37da hex color red value is 47, green value is 55 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2f37da hue: 0.66 , saturation: 0.70 and the lightness value of 2f37da is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 00110111 11011010
Octal 57 67 332
Decimal 47 55 218
Hex 2F 37 DA

RGB Percentages of Color #2f37da

%14.69
%17.19
%68.13

CMYK Percentages of Color #2f37da

%78
%75
%0
%15

Triadic Colors of #2f37da

#2f37da #da2f37 #37da2f

Analogous Colors of #2f37da

#2f37da #7d2fda #2f8dda

Monochromatic Colors of #2f37da

#2f37da

Complementary Color

#2f37da #dad22f

#2f37da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f37da Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f37da Color CSS Codes

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

#2f37da Text Font Color

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

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


#2f37da Background Color

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

This div background color is #2f37da


#2f37da Border Color

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

This div border color is #2f37da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f37da

#2f37da Color Palettes


Comments

No comments written yet.

Please login to write comment.