Color Hex Logo

#253dfd Color Hex

#253DFD
(37,61,253)
0 Favorites   0 Comments

Color spaces of #253dfd

RGB 3761253
HSL0.650.980.57
HSV233°85°99°
CMYK 0.850.760.00   0.01
XYZ20.161310.822793.9549
Yxy10.82270.16140.0866
Hunter Lab32.897951.8216-146.3012
CIE-Lab39.280259.9156-95.0963

#253dfd color RGB value is (37,61,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111101 11111101
Octal 45 75 375
Decimal 37 61 253
Hex 25 3D FD

RGB Percentages of Color #253dfd

%10.54
%17.38
%72.08

CMYK Percentages of Color #253dfd

%85
%76
%0
%1

Triadic Colors of #253dfd

#253dfd #fd253d #3dfd25

Analogous Colors of #253dfd

#253dfd #7925fd #25a9fd

Monochromatic Colors of #253dfd

#253dfd

Complementary Color

#253dfd #fde525

#253dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#253dfd Color CSS Codes

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

#253dfd Text Font Color

<p style="color:#253dfd">Text here</p>

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


#253dfd Background Color

<div style="background-color:#253dfd">
Div content here</div>

This div background color is #253dfd


#253dfd Border Color

<div style="border:3px solid #253dfd">
Div here</div>

This div border color is #253dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,61,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 #253dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.