Color Hex Logo

#d152ca Color Hex

#D152CA
(209,82,202)
0 Favorites   0 Comments

Color spaces of #d152ca

RGB 20982202
HSL0.840.580.57
HSV303°61°82°
CMYK 0.000.610.03   0.18
XYZ39.972523.854258.3746
Yxy23.85420.32710.1952
Hunter Lab48.840860.6175-36.6750
CIE-Lab55.941564.5158-38.4372

#d152ca color RGB value is (209,82,202).

#d152ca hex color red value is 209, green value is 82 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d152ca hue: 0.84 , saturation: 0.58 and the lightness value of d152ca is 0.57.

The process color (four color CMYK) of #d152ca color hex is 0.00, 0.61, 0.03, 0.18. Web safe color of #d152ca is #cc66cc. Color #d152ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010010 11001010
Octal 321 122 312
Decimal 209 82 202
Hex D1 52 CA

RGB Percentages of Color #d152ca

%42.39
%16.63
%40.97

CMYK Percentages of Color #d152ca

%0
%61
%3
%18

Triadic Colors of #d152ca

#d152ca #cad152 #52cad1

Analogous Colors of #d152ca

#d152ca #d1528b #9952d1

Monochromatic Colors of #d152ca

#d152ca

Complementary Color

#d152ca #52d159

#d152ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d152ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d152ca Color CSS Codes

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

#d152ca Text Font Color

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

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


#d152ca Background Color

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

This div background color is #d152ca


#d152ca Border Color

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

This div border color is #d152ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d152ca


Comments

No comments written yet.

Please login to write comment.