Color Hex Logo

#3887cf Color Hex

#3887CF
(56,135,207)
0 Favorites   0 Comments

Color spaces of #3887cf

RGB 56135207
HSL0.580.610.52
HSV209°73°81°
CMYK 0.730.350.00   0.19
XYZ21.557322.673762.2718
Yxy22.67370.20240.2129
Hunter Lab47.6169-2.5184-44.2056
CIE-Lab54.73460.0313-44.0561

#3887cf color RGB value is (56,135,207).

#3887cf hex color red value is 56, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3887cf hue: 0.58 , saturation: 0.61 and the lightness value of 3887cf is 0.52.

The process color (four color CMYK) of #3887cf color hex is 0.73, 0.35, 0.00, 0.19. Web safe color of #3887cf is #3399cc. Color #3887cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000111 11001111
Octal 70 207 317
Decimal 56 135 207
Hex 38 87 CF

RGB Percentages of Color #3887cf

%14.07
%33.92
%52.01

CMYK Percentages of Color #3887cf

%73
%35
%0
%19

Triadic Colors of #3887cf

#3887cf #cf3887 #87cf38

Analogous Colors of #3887cf

#3887cf #383ccf #38cfcc

Monochromatic Colors of #3887cf

#3887cf

Complementary Color

#3887cf #cf8038

#3887cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3887cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3887cf Color CSS Codes

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

#3887cf Text Font Color

<p style="color:#3887cf">Text here</p>

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


#3887cf Background Color

<div style="background-color:#3887cf">
Div content here</div>

This div background color is #3887cf


#3887cf Border Color

<div style="border:3px solid #3887cf">
Div here</div>

This div border color is #3887cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,135,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3887cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3887cf;
  -webkit-box-shadow: 1px 1px 3px 2px #3887cf;
  box-shadow:         1px 1px 3px 2px #3887cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3887cf


Comments

No comments written yet.

Please login to write comment.