Color Hex Logo

#217aff Color Hex

#217AFF
(33,122,255)
0 Favorites   0 Comments

Color spaces of #217aff

RGB 33122255
HSL0.601.000.56
HSV216°87°100°
CMYK 0.870.520.00   0.00
XYZ25.636721.462497.3992
Yxy21.46240.17740.1485
Hunter Lab46.327517.7050-92.2223
CIE-Lab53.451923.6945-72.9613

#217aff color RGB value is (33,122,255).

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

The process color (four color CMYK) of #217aff color hex is 0.87, 0.52, 0.00, 0.00. Web safe color of #217aff is #3366ff. Color #217aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111010 11111111
Octal 41 172 377
Decimal 33 122 255
Hex 21 7A FF

RGB Percentages of Color #217aff

%8.05
%29.76
%62.20

CMYK Percentages of Color #217aff

%87
%52
%0
%0

Triadic Colors of #217aff

#217aff #ff217a #7aff21

Analogous Colors of #217aff

#217aff #3721ff #21e9ff

Monochromatic Colors of #217aff

#217aff

Complementary Color

#217aff #ffa621

#217aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#217aff Color CSS Codes

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

#217aff Text Font Color

<p style="color:#217aff">Text here</p>

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


#217aff Background Color

<div style="background-color:#217aff">
Div content here</div>

This div background color is #217aff


#217aff Border Color

<div style="border:3px solid #217aff">
Div here</div>

This div border color is #217aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217aff

Related Colors


Comments

No comments written yet.

Please login to write comment.