Color Hex Logo

#d58cfd Color Hex

#D58CFD
(213,140,253)
0 Favorites   0 Comments

Color spaces of #d58cfd

RGB 213140253
HSL0.770.970.77
HSV279°45°99°
CMYK 0.160.450.00   0.01
XYZ54.548339.994197.7731
Yxy39.99410.28360.2080
Hunter Lab63.240943.2933-47.3962
CIE-Lab69.465347.1276-45.5982

#d58cfd color RGB value is (213,140,253).

#d58cfd hex color red value is 213, green value is 140 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d58cfd hue: 0.77 , saturation: 0.97 and the lightness value of d58cfd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001100 11111101
Octal 325 214 375
Decimal 213 140 253
Hex D5 8C FD

RGB Percentages of Color #d58cfd

%35.15
%23.10
%41.75

CMYK Percentages of Color #d58cfd

%16
%45
%0
%1

Triadic Colors of #d58cfd

#d58cfd #fdd58c #8cfdd5

Analogous Colors of #d58cfd

#d58cfd #fd8ced #9d8cfd

Monochromatic Colors of #d58cfd

#d58cfd

Complementary Color

#d58cfd #b4fd8c

#d58cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58cfd Color CSS Codes

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

#d58cfd Text Font Color

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

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


#d58cfd Background Color

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

This div background color is #d58cfd


#d58cfd Border Color

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

This div border color is #d58cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58cfd


Comments

No comments written yet.

Please login to write comment.