Color Hex Logo

#872efd Color Hex

#872EFD
(135,46,253)
0 Favorites   0 Comments

Color spaces of #872efd

RGB 13546253
HSL0.740.980.59
HSV266°82°99°
CMYK 0.470.820.00   0.01
XYZ28.698314.196794.1562
Yxy14.19670.20940.1036
Hunter Lab37.678570.0193-121.7870
CIE-Lab44.513774.6007-86.2090

#872efd color RGB value is (135,46,253).

#872efd hex color red value is 135, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #872efd hue: 0.74 , saturation: 0.98 and the lightness value of 872efd is 0.59.

The process color (four color CMYK) of #872efd color hex is 0.47, 0.82, 0.00, 0.01. Web safe color of #872efd is #9933ff. Color #872efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101110 11111101
Octal 207 56 375
Decimal 135 46 253
Hex 87 2E FD

RGB Percentages of Color #872efd

%31.11
%10.60
%58.29

CMYK Percentages of Color #872efd

%47
%82
%0
%1

Triadic Colors of #872efd

#872efd #fd872e #2efd87

Analogous Colors of #872efd

#872efd #ef2efd #2e3dfd

Monochromatic Colors of #872efd

#872efd

Complementary Color

#872efd #a4fd2e

#872efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#872efd Color CSS Codes

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

#872efd Text Font Color

<p style="color:#872efd">Text here</p>

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


#872efd Background Color

<div style="background-color:#872efd">
Div content here</div>

This div background color is #872efd


#872efd Border Color

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

This div border color is #872efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,46,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 #872efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872efd


Comments

No comments written yet.

Please login to write comment.