Color Hex Logo

#213bef Color Hex

#213BEF
(33,59,239)
0 Favorites   0 Comments

Color spaces of #213bef

RGB 3359239
HSL0.650.870.53
HSV232°86°94°
CMYK 0.860.750.00   0.06
XYZ17.77129.683382.5938
Yxy9.68330.16150.0880
Hunter Lab31.118047.4832-135.5857
CIE-Lab37.267956.3069-90.5591

#213bef color RGB value is (33,59,239).

#213bef hex color red value is 33, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #213bef hue: 0.65 , saturation: 0.87 and the lightness value of 213bef is 0.53.

The process color (four color CMYK) of #213bef color hex is 0.86, 0.75, 0.00, 0.06. Web safe color of #213bef is #3333ff. Color #213bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111011 11101111
Octal 41 73 357
Decimal 33 59 239
Hex 21 3B EF

RGB Percentages of Color #213bef

%9.97
%17.82
%72.21

CMYK Percentages of Color #213bef

%86
%75
%0
%6

Triadic Colors of #213bef

#213bef #ef213b #3bef21

Analogous Colors of #213bef

#213bef #6e21ef #21a2ef

Monochromatic Colors of #213bef

#213bef

Complementary Color

#213bef #efd521

#213bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#213bef Color CSS Codes

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

#213bef Text Font Color

<p style="color:#213bef">Text here</p>

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


#213bef Background Color

<div style="background-color:#213bef">
Div content here</div>

This div background color is #213bef


#213bef Border Color

<div style="border:3px solid #213bef">
Div here</div>

This div border color is #213bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213bef


Comments

No comments written yet.

Please login to write comment.