Color Hex Logo

#d58bfe Color Hex

#D58BFE
(213,139,254)
0 Favorites   0 Comments

Color spaces of #d58bfe

RGB 213139254
HSL0.770.980.77
HSV279°45°100°
CMYK 0.160.450.00   0.00
XYZ54.562639.767198.5660
Yxy39.76710.28290.2062
Hunter Lab63.061244.0871-48.5288
CIE-Lab69.303347.8622-46.3977

#d58bfe color RGB value is (213,139,254).

#d58bfe hex color red value is 213, green value is 139 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d58bfe hue: 0.77 , saturation: 0.98 and the lightness value of d58bfe is 0.77.

The process color (four color CMYK) of #d58bfe color hex is 0.16, 0.45, 0.00, 0.00. Web safe color of #d58bfe is #cc99ff. Color #d58bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001011 11111110
Octal 325 213 376
Decimal 213 139 254
Hex D5 8B FE

RGB Percentages of Color #d58bfe

%35.15
%22.94
%41.91

CMYK Percentages of Color #d58bfe

%16
%45
%0
%0

Triadic Colors of #d58bfe

#d58bfe #fed58b #8bfed5

Analogous Colors of #d58bfe

#d58bfe #fe8bee #9c8bfe

Monochromatic Colors of #d58bfe

#d58bfe

Complementary Color

#d58bfe #b4fe8b

#d58bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58bfe Color CSS Codes

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

#d58bfe Text Font Color

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

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


#d58bfe Background Color

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

This div background color is #d58bfe


#d58bfe Border Color

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

This div border color is #d58bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,139,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d58bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d58bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #d58bfe;
  box-shadow:         1px 1px 3px 2px #d58bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,139,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.