Color Hex Logo

#213bce Color Hex

#213BCE
(33,59,206)
0 Favorites   0 Comments

Color spaces of #213bce

RGB 3359206
HSL0.640.720.47
HSV231°84°81°
CMYK 0.840.710.00   0.19
XYZ13.33177.907559.2162
Yxy7.90750.16570.0983
Hunter Lab28.120335.4156-105.1698
CIE-Lab33.789545.1781-77.4074

#213bce color RGB value is (33,59,206).

#213bce hex color red value is 33, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #213bce hue: 0.64 , saturation: 0.72 and the lightness value of 213bce is 0.47.

The process color (four color CMYK) of #213bce color hex is 0.84, 0.71, 0.00, 0.19. Web safe color of #213bce is #3333cc. Color #213bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111011 11001110
Octal 41 73 316
Decimal 33 59 206
Hex 21 3B CE

RGB Percentages of Color #213bce

%11.07
%19.80
%69.13

CMYK Percentages of Color #213bce

%84
%71
%0
%19

Triadic Colors of #213bce

#213bce #ce213b #3bce21

Analogous Colors of #213bce

#213bce #5d21ce #2192ce

Monochromatic Colors of #213bce

#213bce

Complementary Color

#213bce #ceb421

#213bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#213bce Color CSS Codes

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

#213bce Text Font Color

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

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


#213bce Background Color

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

This div background color is #213bce


#213bce Border Color

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

This div border color is #213bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213bce


Comments

No comments written yet.

Please login to write comment.