Color Hex Logo

#213bee Color Hex

#213BEE
(33,59,238)
0 Favorites   0 Comments

Color spaces of #213bee

RGB 3359238
HSL0.650.860.53
HSV232°86°93°
CMYK 0.860.750.00   0.07
XYZ17.62389.624381.8177
Yxy9.62430.16160.0882
Hunter Lab31.023147.1132-134.6505
CIE-Lab37.159555.9815-90.1729

#213bee color RGB value is (33,59,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111011 11101110
Octal 41 73 356
Decimal 33 59 238
Hex 21 3B EE

RGB Percentages of Color #213bee

%10.00
%17.88
%72.12

CMYK Percentages of Color #213bee

%86
%75
%0
%7

Triadic Colors of #213bee

#213bee #ee213b #3bee21

Analogous Colors of #213bee

#213bee #6e21ee #21a2ee

Monochromatic Colors of #213bee

#213bee

Complementary Color

#213bee #eed421

#213bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#213bee Color CSS Codes

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

#213bee Text Font Color

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

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


#213bee Background Color

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

This div background color is #213bee


#213bee Border Color

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

This div border color is #213bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213bee


Comments

No comments written yet.

Please login to write comment.