Color Hex Logo

#213ebe Color Hex

#213EBE
(33,62,190)
0 Favorites   0 Comments

Color spaces of #213ebe

RGB 3362190
HSL0.640.700.44
HSV229°83°75°
CMYK 0.830.670.00   0.25
XYZ11.64417.486349.5465
Yxy7.48630.16950.1090
Hunter Lab27.361128.0825-88.2118
CIE-Lab32.889337.5984-69.5405

#213ebe color RGB value is (33,62,190).

#213ebe hex color red value is 33, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #213ebe hue: 0.64 , saturation: 0.70 and the lightness value of 213ebe is 0.44.

The process color (four color CMYK) of #213ebe color hex is 0.83, 0.67, 0.00, 0.25. Web safe color of #213ebe is #3333cc. Color #213ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111110 10111110
Octal 41 76 276
Decimal 33 62 190
Hex 21 3E BE

RGB Percentages of Color #213ebe

%11.58
%21.75
%66.67

CMYK Percentages of Color #213ebe

%83
%67
%0
%25

Triadic Colors of #213ebe

#213ebe #be213e #3ebe21

Analogous Colors of #213ebe

#213ebe #5221be #218dbe

Monochromatic Colors of #213ebe

#213ebe

Complementary Color

#213ebe #bea121

#213ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#213ebe Color CSS Codes

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

#213ebe Text Font Color

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

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


#213ebe Background Color

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

This div background color is #213ebe


#213ebe Border Color

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

This div border color is #213ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213ebe


Comments

No comments written yet.

Please login to write comment.