Color Hex Logo

#d582cf Color Hex

#D582CF
(213,130,207)
0 Favorites   0 Comments

Color spaces of #d582cf

RGB 213130207
HSL0.850.500.67
HSV304°39°84°
CMYK 0.000.390.03   0.16
XYZ46.685734.616463.2525
Yxy34.61640.32300.2395
Hunter Lab58.835738.6760-22.5559
CIE-Lab65.448943.4315-26.4502

#d582cf color RGB value is (213,130,207).

#d582cf hex color red value is 213, green value is 130 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d582cf hue: 0.85 , saturation: 0.50 and the lightness value of d582cf is 0.67.

The process color (four color CMYK) of #d582cf color hex is 0.00, 0.39, 0.03, 0.16. Web safe color of #d582cf is #cc99cc. Color #d582cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 11001111
Octal 325 202 317
Decimal 213 130 207
Hex D5 82 CF

RGB Percentages of Color #d582cf

%38.73
%23.64
%37.64

CMYK Percentages of Color #d582cf

%0
%39
%3
%16

Triadic Colors of #d582cf

#d582cf #cfd582 #82cfd5

Analogous Colors of #d582cf

#d582cf #d582a6 #b282d5

Monochromatic Colors of #d582cf

#d582cf

Complementary Color

#d582cf #82d588

#d582cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d582cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d582cf Color CSS Codes

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

#d582cf Text Font Color

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

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


#d582cf Background Color

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

This div background color is #d582cf


#d582cf Border Color

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

This div border color is #d582cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d582cf


Comments

No comments written yet.

Please login to write comment.