Color Hex Logo

#1871ca Color Hex

#1871CA
(24,113,202)
0 Favorites   0 Comments

Color spaces of #1871ca

RGB 24113202
HSL0.580.790.44
HSV210°88°79°
CMYK 0.880.440.00   0.21
XYZ16.942516.268758.1243
Yxy16.26870.18550.1781
Hunter Lab40.33454.3936-57.2062
CIE-Lab47.32518.4421-53.0606

#1871ca color RGB value is (24,113,202).

#1871ca hex color red value is 24, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1871ca hue: 0.58 , saturation: 0.79 and the lightness value of 1871ca is 0.44.

The process color (four color CMYK) of #1871ca color hex is 0.88, 0.44, 0.00, 0.21. Web safe color of #1871ca is #0066cc. Color #1871ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110001 11001010
Octal 30 161 312
Decimal 24 113 202
Hex 18 71 CA

RGB Percentages of Color #1871ca

%7.08
%33.33
%59.59

CMYK Percentages of Color #1871ca

%88
%44
%0
%21

Triadic Colors of #1871ca

#1871ca #ca1871 #71ca18

Analogous Colors of #1871ca

#1871ca #1818ca #18caca

Monochromatic Colors of #1871ca

#1871ca

Complementary Color

#1871ca #ca7118

#1871ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1871ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1871ca Color CSS Codes

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

#1871ca Text Font Color

<p style="color:#1871ca">Text here</p>

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


#1871ca Background Color

<div style="background-color:#1871ca">
Div content here</div>

This div background color is #1871ca


#1871ca Border Color

<div style="border:3px solid #1871ca">
Div here</div>

This div border color is #1871ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,113,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1871ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1871ca;
  -webkit-box-shadow: 1px 1px 3px 2px #1871ca;
  box-shadow:         1px 1px 3px 2px #1871ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,113,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1871ca


Comments

No comments written yet.

Please login to write comment.