Color Hex Logo

#215ccf Color Hex

#215CCF
(33,92,207)
0 Favorites   0 Comments

Color spaces of #215ccf

RGB 3392207
HSL0.610.730.47
HSV220°84°81°
CMYK 0.840.560.00   0.19
XYZ15.716812.482660.6125
Yxy12.48260.17700.1406
Hunter Lab35.330717.5766-76.9849
CIE-Lab41.973124.5547-64.5710

#215ccf color RGB value is (33,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011100 11001111
Octal 41 134 317
Decimal 33 92 207
Hex 21 5C CF

RGB Percentages of Color #215ccf

%9.94
%27.71
%62.35

CMYK Percentages of Color #215ccf

%84
%56
%0
%19

Triadic Colors of #215ccf

#215ccf #cf215c #5ccf21

Analogous Colors of #215ccf

#215ccf #3d21cf #21b3cf

Monochromatic Colors of #215ccf

#215ccf

Complementary Color

#215ccf #cf9421

#215ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#215ccf Color CSS Codes

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

#215ccf Text Font Color

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

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


#215ccf Background Color

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

This div background color is #215ccf


#215ccf Border Color

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

This div border color is #215ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215ccf


Comments

No comments written yet.

Please login to write comment.