Color Hex Logo

#d482ca Color Hex

#D482CA
(212,130,202)
0 Favorites   0 Comments

Color spaces of #d482ca

RGB 212130202
HSL0.850.490.67
HSV307°39°83°
CMYK 0.000.390.05   0.17
XYZ45.794734.226660.0699
Yxy34.22660.32690.2443
Hunter Lab58.503537.3430-19.9250
CIE-Lab65.142042.2284-24.1321

#d482ca color RGB value is (212,130,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000010 11001010
Octal 324 202 312
Decimal 212 130 202
Hex D4 82 CA

RGB Percentages of Color #d482ca

%38.97
%23.90
%37.13

CMYK Percentages of Color #d482ca

%0
%39
%5
%17

Triadic Colors of #d482ca

#d482ca #cad482 #82cad4

Analogous Colors of #d482ca

#d482ca #d482a1 #b582d4

Monochromatic Colors of #d482ca

#d482ca

Complementary Color

#d482ca #82d48c

#d482ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d482ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d482ca Color CSS Codes

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

#d482ca Text Font Color

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

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


#d482ca Background Color

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

This div background color is #d482ca


#d482ca Border Color

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

This div border color is #d482ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d482ca


Comments

No comments written yet.

Please login to write comment.