Color Hex Logo

#210faf Color Hex

#210FAF
(33,15,175)
0 Favorites   0 Comments

Color spaces of #210faf

RGB 3315175
HSL0.690.840.37
HSV247°91°69°
CMYK 0.810.910.00   0.31
XYZ8.53593.760140.8333
Yxy3.76010.16070.0708
Hunter Lab19.391044.6414-111.2785
CIE-Lab22.861956.4017-77.2242

#210faf color RGB value is (33,15,175).

#210faf hex color red value is 33, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #210faf hue: 0.69 , saturation: 0.84 and the lightness value of 210faf is 0.37.

The process color (four color CMYK) of #210faf color hex is 0.81, 0.91, 0.00, 0.31. Web safe color of #210faf is #330099. Color #210faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00001111 10101111
Octal 41 17 257
Decimal 33 15 175
Hex 21 F AF

RGB Percentages of Color #210faf

%14.80
%6.73
%78.48

CMYK Percentages of Color #210faf

%81
%91
%0
%31

Triadic Colors of #210faf

#210faf #af210f #0faf21

Analogous Colors of #210faf

#210faf #710faf #0f4daf

Monochromatic Colors of #210faf

#210faf

Complementary Color

#210faf #9daf0f

#210faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#210faf Color CSS Codes

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

#210faf Text Font Color

<p style="color:#210faf">Text here</p>

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


#210faf Background Color

<div style="background-color:#210faf">
Div content here</div>

This div background color is #210faf


#210faf Border Color

<div style="border:3px solid #210faf">
Div here</div>

This div border color is #210faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,15,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #210faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #210faf;
  -webkit-box-shadow: 1px 1px 3px 2px #210faf;
  box-shadow:         1px 1px 3px 2px #210faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210faf


Comments

No comments written yet.

Please login to write comment.