Color Hex Logo

#d58ffc Color Hex

#D58FFC
(213,143,252)
0 Favorites   0 Comments

Color spaces of #d58ffc

RGB 213143252
HSL0.770.950.77
HSV279°43°99°
CMYK 0.150.430.00   0.01
XYZ54.833740.819397.0843
Yxy40.81930.28450.2118
Hunter Lab63.890041.3905-45.3714
CIE-Lab70.049145.3346-44.1375

#d58ffc color RGB value is (213,143,252).

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

The process color (four color CMYK) of #d58ffc color hex is 0.15, 0.43, 0.00, 0.01. Web safe color of #d58ffc is #cc99ff. Color #d58ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001111 11111100
Octal 325 217 374
Decimal 213 143 252
Hex D5 8F FC

RGB Percentages of Color #d58ffc

%35.03
%23.52
%41.45

CMYK Percentages of Color #d58ffc

%15
%43
%0
%1

Triadic Colors of #d58ffc

#d58ffc #fcd58f #8ffcd5

Analogous Colors of #d58ffc

#d58ffc #fc8fed #9f8ffc

Monochromatic Colors of #d58ffc

#d58ffc

Complementary Color

#d58ffc #b6fc8f

#d58ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58ffc Color CSS Codes

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

#d58ffc Text Font Color

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

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


#d58ffc Background Color

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

This div background color is #d58ffc


#d58ffc Border Color

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

This div border color is #d58ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58ffc


Comments

No comments written yet.

Please login to write comment.