Color Hex Logo

#1874ca Color Hex

#1874CA
(24,116,202)
0 Favorites   0 Comments

Color spaces of #1874ca

RGB 24116202
HSL0.580.790.44
HSV209°88°79°
CMYK 0.880.430.00   0.21
XYZ17.282716.949258.2377
Yxy16.94920.18690.1833
Hunter Lab41.16942.8869-55.0523
CIE-Lab48.19606.5592-51.6645

#1874ca color RGB value is (24,116,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110100 11001010
Octal 30 164 312
Decimal 24 116 202
Hex 18 74 CA

RGB Percentages of Color #1874ca

%7.02
%33.92
%59.06

CMYK Percentages of Color #1874ca

%88
%43
%0
%21

Triadic Colors of #1874ca

#1874ca #ca1874 #74ca18

Analogous Colors of #1874ca

#1874ca #181bca #18cac7

Monochromatic Colors of #1874ca

#1874ca

Complementary Color

#1874ca #ca6e18

#1874ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1874ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1874ca Color CSS Codes

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

#1874ca Text Font Color

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

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


#1874ca Background Color

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

This div background color is #1874ca


#1874ca Border Color

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

This div border color is #1874ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,116,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 #1874ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1874ca

#1874ca Color Palettes


Comments

No comments written yet.

Please login to write comment.