Color Hex Logo

#d129ca Color Hex

#D129CA
(209,41,202)
0 Favorites   0 Comments

Color spaces of #d129ca

RGB 20941202
HSL0.840.670.49
HSV303°80°82°
CMYK 0.000.800.03   0.18
XYZ37.748119.405557.6332
Yxy19.40550.32890.1691
Hunter Lab44.051775.8671-46.7335
CIE-Lab51.158378.0513-45.9933

#d129ca color RGB value is (209,41,202).

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

The process color (four color CMYK) of #d129ca color hex is 0.00, 0.80, 0.03, 0.18. Web safe color of #d129ca is #cc33cc. Color #d129ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 11001010
Octal 321 51 312
Decimal 209 41 202
Hex D1 29 CA

RGB Percentages of Color #d129ca

%46.24
%9.07
%44.69

CMYK Percentages of Color #d129ca

%0
%80
%3
%18

Triadic Colors of #d129ca

#d129ca #cad129 #29cad1

Analogous Colors of #d129ca

#d129ca #d12976 #8429d1

Monochromatic Colors of #d129ca

#d129ca

Complementary Color

#d129ca #29d130

#d129ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d129ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d129ca Color CSS Codes

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

#d129ca Text Font Color

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

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


#d129ca Background Color

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

This div background color is #d129ca


#d129ca Border Color

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

This div border color is #d129ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d129ca


Comments

No comments written yet.

Please login to write comment.