Color Hex Logo

#215fcf Color Hex

#215FCF
(33,95,207)
0 Favorites   0 Comments

Color spaces of #215fcf

RGB 3395207
HSL0.610.730.47
HSV219°84°81°
CMYK 0.840.540.00   0.19
XYZ15.981913.012760.7009
Yxy13.01270.17820.1451
Hunter Lab36.073115.9550-74.5172
CIE-Lab42.782422.6007-63.2556

#215fcf color RGB value is (33,95,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011111 11001111
Octal 41 137 317
Decimal 33 95 207
Hex 21 5F CF

RGB Percentages of Color #215fcf

%9.85
%28.36
%61.79

CMYK Percentages of Color #215fcf

%84
%54
%0
%19

Triadic Colors of #215fcf

#215fcf #cf215f #5fcf21

Analogous Colors of #215fcf

#215fcf #3a21cf #21b6cf

Monochromatic Colors of #215fcf

#215fcf

Complementary Color

#215fcf #cf9121

#215fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#215fcf Color CSS Codes

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

#215fcf Text Font Color

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

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


#215fcf Background Color

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

This div background color is #215fcf


#215fcf Border Color

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

This div border color is #215fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215fcf


Comments

No comments written yet.

Please login to write comment.