Color Hex Logo

#210ebd Color Hex

#210EBD
(33,14,189)
0 Favorites   0 Comments

Color spaces of #210ebd

RGB 3314189
HSL0.680.860.40
HSV247°93°74°
CMYK 0.830.930.00   0.26
XYZ9.96954.311548.4509
Yxy4.31150.15890.0687
Hunter Lab20.764249.3660-123.8119
CIE-Lab24.675660.4765-82.5596

#210ebd color RGB value is (33,14,189).

#210ebd hex color red value is 33, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #210ebd hue: 0.68 , saturation: 0.86 and the lightness value of 210ebd is 0.40.

The process color (four color CMYK) of #210ebd color hex is 0.83, 0.93, 0.00, 0.26. Web safe color of #210ebd is #3300cc. Color #210ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00001110 10111101
Octal 41 16 275
Decimal 33 14 189
Hex 21 E BD

RGB Percentages of Color #210ebd

%13.98
%5.93
%80.08

CMYK Percentages of Color #210ebd

%83
%93
%0
%26

Triadic Colors of #210ebd

#210ebd #bd210e #0ebd21

Analogous Colors of #210ebd

#210ebd #790ebd #0e53bd

Monochromatic Colors of #210ebd

#210ebd

Complementary Color

#210ebd #aabd0e

#210ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#210ebd Color CSS Codes

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

#210ebd Text Font Color

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

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


#210ebd Background Color

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

This div background color is #210ebd


#210ebd Border Color

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

This div border color is #210ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210ebd


Comments

No comments written yet.

Please login to write comment.