Color Hex Logo

#2549fd Color Hex

#2549FD
(37,73,253)
0 Favorites   0 Comments

Color spaces of #2549fd

RGB 3773253
HSL0.640.980.57
HSV230°85°99°
CMYK 0.850.710.00   0.01
XYZ20.875112.250394.1928
Yxy12.25030.16400.0962
Hunter Lab35.000445.2110-135.0603
CIE-Lab41.611253.3468-91.2380

#2549fd color RGB value is (37,73,253).

#2549fd hex color red value is 37, green value is 73 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2549fd hue: 0.64 , saturation: 0.98 and the lightness value of 2549fd is 0.57.

The process color (four color CMYK) of #2549fd color hex is 0.85, 0.71, 0.00, 0.01. Web safe color of #2549fd is #3333ff. Color #2549fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 11111101
Octal 45 111 375
Decimal 37 73 253
Hex 25 49 FD

RGB Percentages of Color #2549fd

%10.19
%20.11
%69.70

CMYK Percentages of Color #2549fd

%85
%71
%0
%1

Triadic Colors of #2549fd

#2549fd #fd2549 #49fd25

Analogous Colors of #2549fd

#2549fd #6d25fd #25b5fd

Monochromatic Colors of #2549fd

#2549fd

Complementary Color

#2549fd #fdd925

#2549fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2549fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2549fd Color CSS Codes

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

#2549fd Text Font Color

<p style="color:#2549fd">Text here</p>

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


#2549fd Background Color

<div style="background-color:#2549fd">
Div content here</div>

This div background color is #2549fd


#2549fd Border Color

<div style="border:3px solid #2549fd">
Div here</div>

This div border color is #2549fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,73,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2549fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2549fd;
  -webkit-box-shadow: 1px 1px 3px 2px #2549fd;
  box-shadow:         1px 1px 3px 2px #2549fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,73,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2549fd


Comments

No comments written yet.

Please login to write comment.