Color Hex Logo

#d582ca Color Hex

#D582CA
(213,130,202)
0 Favorites   0 Comments

Color spaces of #d582ca

RGB 213130202
HSL0.860.500.67
HSV308°39°84°
CMYK 0.000.390.05   0.16
XYZ46.083934.375760.0834
Yxy34.37570.32790.2446
Hunter Lab58.630837.6974-19.7174
CIE-Lab65.259742.5446-23.9415

#d582ca color RGB value is (213,130,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 11001010
Octal 325 202 312
Decimal 213 130 202
Hex D5 82 CA

RGB Percentages of Color #d582ca

%39.08
%23.85
%37.06

CMYK Percentages of Color #d582ca

%0
%39
%5
%16

Triadic Colors of #d582ca

#d582ca #cad582 #82cad5

Analogous Colors of #d582ca

#d582ca #d582a1 #b782d5

Monochromatic Colors of #d582ca

#d582ca

Complementary Color

#d582ca #82d58d

#d582ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d582ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d582ca Color CSS Codes

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

#d582ca Text Font Color

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

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


#d582ca Background Color

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

This div background color is #d582ca


#d582ca Border Color

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

This div border color is #d582ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d582ca


Comments

No comments written yet.

Please login to write comment.