Color Hex Logo

#217ca5 Color Hex

#217CA5
(33,124,165)
0 Favorites   0 Comments

Color spaces of #217ca5

RGB 33124165
HSL0.550.670.39
HSV199°80°65°
CMYK 0.800.250.00   0.35
XYZ14.626417.455238.1956
Yxy17.45520.20810.2484
Hunter Lab41.7794-10.6236-24.9585
CIE-Lab48.8285-11.4941-29.2792

#217ca5 color RGB value is (33,124,165).

#217ca5 hex color red value is 33, green value is 124 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #217ca5 hue: 0.55 , saturation: 0.67 and the lightness value of 217ca5 is 0.39.

The process color (four color CMYK) of #217ca5 color hex is 0.80, 0.25, 0.00, 0.35. Web safe color of #217ca5 is #336699. Color #217ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111100 10100101
Octal 41 174 245
Decimal 33 124 165
Hex 21 7C A5

RGB Percentages of Color #217ca5

%10.25
%38.51
%51.24

CMYK Percentages of Color #217ca5

%80
%25
%0
%35

Triadic Colors of #217ca5

#217ca5 #a5217c #7ca521

Analogous Colors of #217ca5

#217ca5 #213aa5 #21a58c

Monochromatic Colors of #217ca5

#217ca5

Complementary Color

#217ca5 #a54a21

#217ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217ca5 Color CSS Codes

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

#217ca5 Text Font Color

<p style="color:#217ca5">Text here</p>

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


#217ca5 Background Color

<div style="background-color:#217ca5">
Div content here</div>

This div background color is #217ca5


#217ca5 Border Color

<div style="border:3px solid #217ca5">
Div here</div>

This div border color is #217ca5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,124,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #217ca5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #217ca5;
  -webkit-box-shadow: 1px 1px 3px 2px #217ca5;
  box-shadow:         1px 1px 3px 2px #217ca5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217ca5


Comments

No comments written yet.

Please login to write comment.