Color Hex Logo

#1950fd Color Hex

#1950FD
(25,80,253)
0 Favorites   0 Comments

Color spaces of #1950fd

RGB 2580253
HSL0.630.980.55
HSV226°90°99°
CMYK 0.900.680.00   0.01
XYZ20.999213.035894.3379
Yxy13.03580.16360.1015
Hunter Lab36.105140.6339-129.6433
CIE-Lab42.817148.7454-89.2566

#1950fd color RGB value is (25,80,253).

#1950fd hex color red value is 25, green value is 80 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1950fd hue: 0.63 , saturation: 0.98 and the lightness value of 1950fd is 0.55.

The process color (four color CMYK) of #1950fd color hex is 0.90, 0.68, 0.00, 0.01. Web safe color of #1950fd is #0066ff. Color #1950fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010000 11111101
Octal 31 120 375
Decimal 25 80 253
Hex 19 50 FD

RGB Percentages of Color #1950fd

%6.98
%22.35
%70.67

CMYK Percentages of Color #1950fd

%90
%68
%0
%1

Triadic Colors of #1950fd

#1950fd #fd1950 #50fd19

Analogous Colors of #1950fd

#1950fd #5419fd #19c2fd

Monochromatic Colors of #1950fd

#1950fd

Complementary Color

#1950fd #fdc619

#1950fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1950fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1950fd Color CSS Codes

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

#1950fd Text Font Color

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

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


#1950fd Background Color

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

This div background color is #1950fd


#1950fd Border Color

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

This div border color is #1950fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,80,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 #1950fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1950fd


Comments

No comments written yet.

Please login to write comment.