Color Hex Logo

#215ecf Color Hex

#215ECF
(33,94,207)
0 Favorites   0 Comments

Color spaces of #215ecf

RGB 3394207
HSL0.610.730.47
HSV219°84°81°
CMYK 0.840.550.00   0.19
XYZ15.892412.833760.6710
Yxy12.83370.17780.1436
Hunter Lab35.824216.4943-75.3353
CIE-Lab42.511623.2518-63.6954

#215ecf color RGB value is (33,94,207).

#215ecf hex color red value is 33, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #215ecf hue: 0.61 , saturation: 0.73 and the lightness value of 215ecf is 0.47.

The process color (four color CMYK) of #215ecf color hex is 0.84, 0.55, 0.00, 0.19. Web safe color of #215ecf is #3366cc. Color #215ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011110 11001111
Octal 41 136 317
Decimal 33 94 207
Hex 21 5E CF

RGB Percentages of Color #215ecf

%9.88
%28.14
%61.98

CMYK Percentages of Color #215ecf

%84
%55
%0
%19

Triadic Colors of #215ecf

#215ecf #cf215e #5ecf21

Analogous Colors of #215ecf

#215ecf #3b21cf #21b5cf

Monochromatic Colors of #215ecf

#215ecf

Complementary Color

#215ecf #cf9221

#215ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#215ecf Color CSS Codes

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

#215ecf Text Font Color

<p style="color:#215ecf">Text here</p>

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


#215ecf Background Color

<div style="background-color:#215ecf">
Div content here</div>

This div background color is #215ecf


#215ecf Border Color

<div style="border:3px solid #215ecf">
Div here</div>

This div border color is #215ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,94,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #215ecf;
  box-shadow:         1px 1px 3px 2px #215ecf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215ecf


Comments

No comments written yet.

Please login to write comment.