Color Hex Logo

#d58ffe Color Hex

#D58FFE
(213,143,254)
0 Favorites   0 Comments

Color spaces of #d58ffe

RGB 213143254
HSL0.770.980.78
HSV278°44°100°
CMYK 0.160.440.00   0.00
XYZ55.152440.946898.7626
Yxy40.94680.28300.2101
Hunter Lab63.989741.8663-46.7163
CIE-Lab70.138645.7537-45.0861

#d58ffe color RGB value is (213,143,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001111 11111110
Octal 325 217 376
Decimal 213 143 254
Hex D5 8F FE

RGB Percentages of Color #d58ffe

%34.92
%23.44
%41.64

CMYK Percentages of Color #d58ffe

%16
%44
%0
%0

Triadic Colors of #d58ffe

#d58ffe #fed58f #8ffed5

Analogous Colors of #d58ffe

#d58ffe #fe8ff0 #9e8ffe

Monochromatic Colors of #d58ffe

#d58ffe

Complementary Color

#d58ffe #b8fe8f

#d58ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58ffe Color CSS Codes

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

#d58ffe Text Font Color

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

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


#d58ffe Background Color

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

This div background color is #d58ffe


#d58ffe Border Color

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

This div border color is #d58ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,143,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 #d58ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.