Color Hex Logo

#1533fd Color Hex

#1533FD
(21,51,253)
0 Favorites   0 Comments

Color spaces of #1533fd

RGB 2151253
HSL0.650.980.54
HSV232°92°99°
CMYK 0.920.800.00   0.01
XYZ19.22279.618993.7720
Yxy9.61890.15680.0784
Hunter Lab31.014456.3592-157.5535
CIE-Lab37.149664.3984-98.6463

#1533fd color RGB value is (21,51,253).

#1533fd hex color red value is 21, green value is 51 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1533fd hue: 0.65 , saturation: 0.98 and the lightness value of 1533fd is 0.54.

The process color (four color CMYK) of #1533fd color hex is 0.92, 0.80, 0.00, 0.01. Web safe color of #1533fd is #0033ff. Color #1533fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110011 11111101
Octal 25 63 375
Decimal 21 51 253
Hex 15 33 FD

RGB Percentages of Color #1533fd

%6.46
%15.69
%77.85

CMYK Percentages of Color #1533fd

%92
%80
%0
%1

Triadic Colors of #1533fd

#1533fd #fd1533 #33fd15

Analogous Colors of #1533fd

#1533fd #6b15fd #15a7fd

Monochromatic Colors of #1533fd

#1533fd

Complementary Color

#1533fd #fddf15

#1533fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1533fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1533fd Color CSS Codes

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

#1533fd Text Font Color

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

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


#1533fd Background Color

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

This div background color is #1533fd


#1533fd Border Color

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

This div border color is #1533fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1533fd

Related Colors


Comments

No comments written yet.

Please login to write comment.