Color Hex Logo

#215acf Color Hex

#215ACF
(33,90,207)
0 Favorites   0 Comments

Color spaces of #215acf

RGB 3390207
HSL0.610.730.47
HSV220°84°81°
CMYK 0.840.570.00   0.19
XYZ15.545812.140760.5555
Yxy12.14070.17620.1376
Hunter Lab34.843518.6635-78.6513
CIE-Lab41.438925.8584-65.4404

#215acf color RGB value is (33,90,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011010 11001111
Octal 41 132 317
Decimal 33 90 207
Hex 21 5A CF

RGB Percentages of Color #215acf

%10.00
%27.27
%62.73

CMYK Percentages of Color #215acf

%84
%57
%0
%19

Triadic Colors of #215acf

#215acf #cf215a #5acf21

Analogous Colors of #215acf

#215acf #3f21cf #21b1cf

Monochromatic Colors of #215acf

#215acf

Complementary Color

#215acf #cf9621

#215acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#215acf Color CSS Codes

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

#215acf Text Font Color

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

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


#215acf Background Color

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

This div background color is #215acf


#215acf Border Color

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

This div border color is #215acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215acf


Comments

No comments written yet.

Please login to write comment.