Color Hex Logo

#879afd Color Hex

#879AFD
(135,154,253)
1 Favorites   0 Comments

Color spaces of #879afd

RGB 135154253
HSL0.640.970.76
HSV230°47°99°
CMYK 0.470.390.00   0.01
XYZ39.276935.353997.6824
Yxy35.35390.22790.2052
Hunter Lab59.459113.8582-55.7831
CIE-Lab66.023318.8742-51.4731

#879afd color RGB value is (135,154,253).

#879afd hex color red value is 135, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #879afd hue: 0.64 , saturation: 0.97 and the lightness value of 879afd is 0.76.

The process color (four color CMYK) of #879afd color hex is 0.47, 0.39, 0.00, 0.01. Web safe color of #879afd is #9999ff. Color #879afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011010 11111101
Octal 207 232 375
Decimal 135 154 253
Hex 87 9A FD

RGB Percentages of Color #879afd

%24.91
%28.41
%46.68

CMYK Percentages of Color #879afd

%47
%39
%0
%1

Triadic Colors of #879afd

#879afd #fd879a #9afd87

Analogous Colors of #879afd

#879afd #af87fd #87d5fd

Monochromatic Colors of #879afd

#879afd

Complementary Color

#879afd #fdea87

#879afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#879afd Color CSS Codes

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

#879afd Text Font Color

<p style="color:#879afd">Text here</p>

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


#879afd Background Color

<div style="background-color:#879afd">
Div content here</div>

This div background color is #879afd


#879afd Border Color

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

This div border color is #879afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,154,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #879afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #879afd;
  -webkit-box-shadow: 1px 1px 3px 2px #879afd;
  box-shadow:         1px 1px 3px 2px #879afd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879afd

Related Colors


Comments

No comments written yet.

Please login to write comment.