Color Hex Logo

#215fae Color Hex

#215FAE
(33,95,174)
0 Favorites   0 Comments

Color spaces of #215fae

RGB 3395174
HSL0.590.680.41
HSV214°81°68°
CMYK 0.810.450.00   0.32
XYZ12.359411.563741.6250
Yxy11.56370.18860.1764
Hunter Lab34.00545.3669-48.7712
CIE-Lab40.51419.7170-47.7156

#215fae color RGB value is (33,95,174).

#215fae hex color red value is 33, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #215fae hue: 0.59 , saturation: 0.68 and the lightness value of 215fae is 0.41.

The process color (four color CMYK) of #215fae color hex is 0.81, 0.45, 0.00, 0.32. Web safe color of #215fae is #336699. Color #215fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011111 10101110
Octal 41 137 256
Decimal 33 95 174
Hex 21 5F AE

RGB Percentages of Color #215fae

%10.93
%31.46
%57.62

CMYK Percentages of Color #215fae

%81
%45
%0
%32

Triadic Colors of #215fae

#215fae #ae215f #5fae21

Analogous Colors of #215fae

#215fae #2921ae #21a6ae

Monochromatic Colors of #215fae

#215fae

Complementary Color

#215fae #ae7021

#215fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#215fae Color CSS Codes

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

#215fae Text Font Color

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

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


#215fae Background Color

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

This div background color is #215fae


#215fae Border Color

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

This div border color is #215fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215fae


Comments

No comments written yet.

Please login to write comment.