Color Hex Logo

#d129cb Color Hex

#D129CB
(209,41,203)
0 Favorites   0 Comments

Color spaces of #d129cb

RGB 20941203
HSL0.840.670.49
HSV302°80°82°
CMYK 0.000.800.03   0.18
XYZ37.866919.453058.2589
Yxy19.45300.32760.1683
Hunter Lab44.105676.0668-47.4421
CIE-Lab51.213078.2005-46.4823

#d129cb color RGB value is (209,41,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 11001011
Octal 321 51 313
Decimal 209 41 203
Hex D1 29 CB

RGB Percentages of Color #d129cb

%46.14
%9.05
%44.81

CMYK Percentages of Color #d129cb

%0
%80
%3
%18

Triadic Colors of #d129cb

#d129cb #cbd129 #29cbd1

Analogous Colors of #d129cb

#d129cb #d12977 #8329d1

Monochromatic Colors of #d129cb

#d129cb

Complementary Color

#d129cb #29d12f

#d129cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d129cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d129cb Color CSS Codes

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

#d129cb Text Font Color

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

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


#d129cb Background Color

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

This div background color is #d129cb


#d129cb Border Color

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

This div border color is #d129cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,41,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d129cb


Comments

No comments written yet.

Please login to write comment.