Color Hex Logo

#3a87be Color Hex

#3A87BE
(58,135,190)
0 Favorites   0 Comments

Color spaces of #3a87be

RGB 58135190
HSL0.570.530.49
HSV205°69°75°
CMYK 0.690.290.00   0.25
XYZ19.703221.945251.9126
Yxy21.94520.21060.2346
Hunter Lab46.8457-6.9033-32.9109
CIE-Lab53.9688-5.6730-35.6072

#3a87be color RGB value is (58,135,190).

#3a87be hex color red value is 58, green value is 135 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3a87be hue: 0.57 , saturation: 0.53 and the lightness value of 3a87be is 0.49.

The process color (four color CMYK) of #3a87be color hex is 0.69, 0.29, 0.00, 0.25. Web safe color of #3a87be is #3399cc. Color #3a87be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10000111 10111110
Octal 72 207 276
Decimal 58 135 190
Hex 3A 87 BE

RGB Percentages of Color #3a87be

%15.14
%35.25
%49.61

CMYK Percentages of Color #3a87be

%69
%29
%0
%25

Triadic Colors of #3a87be

#3a87be #be3a87 #87be3a

Analogous Colors of #3a87be

#3a87be #3a45be #3abeb3

Monochromatic Colors of #3a87be

#3a87be

Complementary Color

#3a87be #be713a

#3a87be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a87be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a87be Color CSS Codes

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

#3a87be Text Font Color

<p style="color:#3a87be">Text here</p>

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


#3a87be Background Color

<div style="background-color:#3a87be">
Div content here</div>

This div background color is #3a87be


#3a87be Border Color

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

This div border color is #3a87be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,135,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a87be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a87be;
  -webkit-box-shadow: 1px 1px 3px 2px #3a87be;
  box-shadow:         1px 1px 3px 2px #3a87be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a87be


Comments

No comments written yet.

Please login to write comment.