Color Hex Logo

#2157cd Color Hex

#2157CD
(33,87,205)
0 Favorites   0 Comments

Color spaces of #2157cd

RGB 3387205
HSL0.610.720.47
HSV221°84°80°
CMYK 0.840.580.00   0.20
XYZ15.054811.547559.1930
Yxy11.54750.17550.1346
Hunter Lab33.981619.6126-79.4909
CIE-Lab40.487727.0485-65.8374

#2157cd color RGB value is (33,87,205).

#2157cd hex color red value is 33, green value is 87 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #2157cd hue: 0.61 , saturation: 0.72 and the lightness value of 2157cd is 0.47.

The process color (four color CMYK) of #2157cd color hex is 0.84, 0.58, 0.00, 0.20. Web safe color of #2157cd is #3366cc. Color #2157cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010111 11001101
Octal 41 127 315
Decimal 33 87 205
Hex 21 57 CD

RGB Percentages of Color #2157cd

%10.15
%26.77
%63.08

CMYK Percentages of Color #2157cd

%84
%58
%0
%20

Triadic Colors of #2157cd

#2157cd #cd2157 #57cd21

Analogous Colors of #2157cd

#2157cd #4121cd #21adcd

Monochromatic Colors of #2157cd

#2157cd

Complementary Color

#2157cd #cd9721

#2157cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2157cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2157cd Color CSS Codes

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

#2157cd Text Font Color

<p style="color:#2157cd">Text here</p>

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


#2157cd Background Color

<div style="background-color:#2157cd">
Div content here</div>

This div background color is #2157cd


#2157cd Border Color

<div style="border:3px solid #2157cd">
Div here</div>

This div border color is #2157cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,87,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2157cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2157cd;
  -webkit-box-shadow: 1px 1px 3px 2px #2157cd;
  box-shadow:         1px 1px 3px 2px #2157cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2157cd


Comments

No comments written yet.

Please login to write comment.