Color Hex Logo

#2687dc Color Hex

#2687DC
(38,135,220)
0 Favorites   0 Comments

Color spaces of #2687dc

RGB 38135220
HSL0.580.720.51
HSV208°83°86°
CMYK 0.830.390.00   0.14
XYZ22.381622.907370.9521
Yxy22.90730.19250.1971
Hunter Lab47.8616-0.2854-54.3910
CIE-Lab54.97672.8258-51.0194

#2687dc color RGB value is (38,135,220).

#2687dc hex color red value is 38, green value is 135 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2687dc hue: 0.58 , saturation: 0.72 and the lightness value of 2687dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10000111 11011100
Octal 46 207 334
Decimal 38 135 220
Hex 26 87 DC

RGB Percentages of Color #2687dc

%9.67
%34.35
%55.98

CMYK Percentages of Color #2687dc

%83
%39
%0
%14

Triadic Colors of #2687dc

#2687dc #dc2687 #87dc26

Analogous Colors of #2687dc

#2687dc #262cdc #26dcd6

Monochromatic Colors of #2687dc

#2687dc

Complementary Color

#2687dc #dc7b26

#2687dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2687dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2687dc Color CSS Codes

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

#2687dc Text Font Color

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

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


#2687dc Background Color

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

This div background color is #2687dc


#2687dc Border Color

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

This div border color is #2687dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,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 #2687dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2687dc


Comments

No comments written yet.

Please login to write comment.