Color Hex Logo

#213cee Color Hex

#213CEE
(33,60,238)
0 Favorites   0 Comments

Color spaces of #213cee

RGB 3360238
HSL0.640.860.53
HSV232°86°93°
CMYK 0.860.750.00   0.07
XYZ17.67579.728181.8350
Yxy9.72810.16180.0891
Hunter Lab31.189946.5758-133.7301
CIE-Lab37.349955.4403-89.8574

#213cee color RGB value is (33,60,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111100 11101110
Octal 41 74 356
Decimal 33 60 238
Hex 21 3C EE

RGB Percentages of Color #213cee

%9.97
%18.13
%71.90

CMYK Percentages of Color #213cee

%86
%75
%0
%7

Triadic Colors of #213cee

#213cee #ee213c #3cee21

Analogous Colors of #213cee

#213cee #6d21ee #21a3ee

Monochromatic Colors of #213cee

#213cee

Complementary Color

#213cee #eed321

#213cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#213cee Color CSS Codes

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

#213cee Text Font Color

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

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


#213cee Background Color

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

This div background color is #213cee


#213cee Border Color

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

This div border color is #213cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213cee


Comments

No comments written yet.

Please login to write comment.