Color Hex Logo

#253ffd Color Hex

#253FFD
(37,63,253)
0 Favorites   0 Comments

Color spaces of #253ffd

RGB 3763253
HSL0.650.980.57
HSV233°85°99°
CMYK 0.850.750.00   0.01
XYZ20.270111.040293.9911
Yxy11.04020.16180.0881
Hunter Lab33.226850.7475-144.4593
CIE-Lab39.648158.8655-94.4865

#253ffd color RGB value is (37,63,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 11111101
Octal 45 77 375
Decimal 37 63 253
Hex 25 3F FD

RGB Percentages of Color #253ffd

%10.48
%17.85
%71.67

CMYK Percentages of Color #253ffd

%85
%75
%0
%1

Triadic Colors of #253ffd

#253ffd #fd253f #3ffd25

Analogous Colors of #253ffd

#253ffd #7725fd #25abfd

Monochromatic Colors of #253ffd

#253ffd

Complementary Color

#253ffd #fde325

#253ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#253ffd Color CSS Codes

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

#253ffd Text Font Color

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

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


#253ffd Background Color

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

This div background color is #253ffd


#253ffd Border Color

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

This div border color is #253ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253ffd


Comments

No comments written yet.

Please login to write comment.