Color Hex Logo

#215ffd Color Hex

#215FFD
(33,95,253)
0 Favorites   0 Comments

Color spaces of #215ffd

RGB 3395253
HSL0.620.980.56
HSV223°87°99°
CMYK 0.870.620.00   0.01
XYZ22.449015.599694.7563
Yxy15.59960.16900.1175
Hunter Lab39.496332.3376-114.5962
CIE-Lab46.444739.9112-83.2836

#215ffd color RGB value is (33,95,253).

#215ffd hex color red value is 33, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #215ffd hue: 0.62 , saturation: 0.98 and the lightness value of 215ffd is 0.56.

The process color (four color CMYK) of #215ffd color hex is 0.87, 0.62, 0.00, 0.01. Web safe color of #215ffd is #3366ff. Color #215ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011111 11111101
Octal 41 137 375
Decimal 33 95 253
Hex 21 5F FD

RGB Percentages of Color #215ffd

%8.66
%24.93
%66.40

CMYK Percentages of Color #215ffd

%87
%62
%0
%1

Triadic Colors of #215ffd

#215ffd #fd215f #5ffd21

Analogous Colors of #215ffd

#215ffd #5121fd #21cdfd

Monochromatic Colors of #215ffd

#215ffd

Complementary Color

#215ffd #fdbf21

#215ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#215ffd Color CSS Codes

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

#215ffd Text Font Color

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

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


#215ffd Background Color

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

This div background color is #215ffd


#215ffd Border Color

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

This div border color is #215ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.