Color Hex Logo

#1987dc Color Hex

#1987DC
(25,135,220)
0 Favorites   0 Comments

Color spaces of #1987dc

RGB 25135220
HSL0.570.800.48
HSV206°89°86°
CMYK 0.890.390.00   0.14
XYZ21.983122.701970.9334
Yxy22.70190.19010.1964
Hunter Lab47.6465-1.0252-54.9150
CIE-Lab54.76391.8994-51.3710

#1987dc color RGB value is (25,135,220).

#1987dc hex color red value is 25, green value is 135 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1987dc hue: 0.57 , saturation: 0.80 and the lightness value of 1987dc is 0.48.

The process color (four color CMYK) of #1987dc color hex is 0.89, 0.39, 0.00, 0.14. Web safe color of #1987dc is #0099cc. Color #1987dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000111 11011100
Octal 31 207 334
Decimal 25 135 220
Hex 19 87 DC

RGB Percentages of Color #1987dc

%6.58
%35.53
%57.89

CMYK Percentages of Color #1987dc

%89
%39
%0
%14

Triadic Colors of #1987dc

#1987dc #dc1987 #87dc19

Analogous Colors of #1987dc

#1987dc #1926dc #19dcd0

Monochromatic Colors of #1987dc

#1987dc

Complementary Color

#1987dc #dc6e19

#1987dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1987dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1987dc Color CSS Codes

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

#1987dc Text Font Color

<p style="color:#1987dc">Text here</p>

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


#1987dc Background Color

<div style="background-color:#1987dc">
Div content here</div>

This div background color is #1987dc


#1987dc Border Color

<div style="border:3px solid #1987dc">
Div here</div>

This div border color is #1987dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,135,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1987dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1987dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1987dc;
  box-shadow:         1px 1px 3px 2px #1987dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,135,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1987dc


Comments

No comments written yet.

Please login to write comment.