Color Hex Logo

#210aef Color Hex

#210AEF
(33,10,239)
0 Favorites   0 Comments

Color spaces of #210aef

RGB 3310239
HSL0.680.920.49
HSV246°96°94°
CMYK 0.860.960.00   0.06
XYZ16.31576.772482.1086
Yxy6.77240.15510.0644
Hunter Lab26.023866.3693-168.8510
CIE-Lab31.283174.0749-100.5200

#210aef color RGB value is (33,10,239).

#210aef hex color red value is 33, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #210aef hue: 0.68 , saturation: 0.92 and the lightness value of 210aef is 0.49.

The process color (four color CMYK) of #210aef color hex is 0.86, 0.96, 0.00, 0.06. Web safe color of #210aef is #3300ff. Color #210aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00001010 11101111
Octal 41 12 357
Decimal 33 10 239
Hex 21 A EF

RGB Percentages of Color #210aef

%11.70
%3.55
%84.75

CMYK Percentages of Color #210aef

%86
%96
%0
%6

Triadic Colors of #210aef

#210aef #ef210a #0aef21

Analogous Colors of #210aef

#210aef #940aef #0a66ef

Monochromatic Colors of #210aef

#210aef

Complementary Color

#210aef #d8ef0a

#210aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#210aef Color CSS Codes

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

#210aef Text Font Color

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

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


#210aef Background Color

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

This div background color is #210aef


#210aef Border Color

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

This div border color is #210aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210aef


Comments

No comments written yet.

Please login to write comment.