Color Hex Logo

#217cfc Color Hex

#217CFC
(33,124,252)
0 Favorites   0 Comments

Color spaces of #217cfc

RGB 33124252
HSL0.600.970.56
HSV215°87°99°
CMYK 0.870.510.00   0.01
XYZ25.405521.766994.9579
Yxy21.76690.17870.1531
Hunter Lab46.655015.5540-88.0156
CIE-Lab53.778821.3113-70.7740

#217cfc color RGB value is (33,124,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111100 11111100
Octal 41 174 374
Decimal 33 124 252
Hex 21 7C FC

RGB Percentages of Color #217cfc

%8.07
%30.32
%61.61

CMYK Percentages of Color #217cfc

%87
%51
%0
%1

Triadic Colors of #217cfc

#217cfc #fc217c #7cfc21

Analogous Colors of #217cfc

#217cfc #3321fc #21eafc

Monochromatic Colors of #217cfc

#217cfc

Complementary Color

#217cfc #fca121

#217cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#217cfc Color CSS Codes

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

#217cfc Text Font Color

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

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


#217cfc Background Color

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

This div background color is #217cfc


#217cfc Border Color

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

This div border color is #217cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217cfc


Comments

No comments written yet.

Please login to write comment.