Color Hex Logo

#215dff Color Hex

#215DFF
(33,93,255)
0 Favorites   0 Comments

Color spaces of #215dff

RGB 3393255
HSL0.621.000.56
HSV224°87°100°
CMYK 0.870.640.00   0.00
XYZ22.591515.372096.3841
Yxy15.37200.16820.1144
Hunter Lab39.207134.2408-118.3094
CIE-Lab46.139641.8792-84.8970

#215dff color RGB value is (33,93,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011101 11111111
Octal 41 135 377
Decimal 33 93 255
Hex 21 5D FF

RGB Percentages of Color #215dff

%8.66
%24.41
%66.93

CMYK Percentages of Color #215dff

%87
%64
%0
%0

Triadic Colors of #215dff

#215dff #ff215d #5dff21

Analogous Colors of #215dff

#215dff #5421ff #21ccff

Monochromatic Colors of #215dff

#215dff

Complementary Color

#215dff #ffc321

#215dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#215dff Color CSS Codes

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

#215dff Text Font Color

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

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


#215dff Background Color

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

This div background color is #215dff


#215dff Border Color

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

This div border color is #215dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,93,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #215dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215dff

Related Colors


Comments

No comments written yet.

Please login to write comment.