Color Hex Logo

#d131cd Color Hex

#D131CD
(209,49,205)
0 Favorites   0 Comments

Color spaces of #d131cd

RGB 20949205
HSL0.840.630.51
HSV302°77°82°
CMYK 0.000.770.02   0.18
XYZ38.412320.159759.6243
Yxy20.15970.32500.1706
Hunter Lab44.899674.1354-47.3044
CIE-Lab52.017376.4918-46.3543

#d131cd color RGB value is (209,49,205).

#d131cd hex color red value is 209, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d131cd hue: 0.84 , saturation: 0.63 and the lightness value of d131cd is 0.51.

The process color (four color CMYK) of #d131cd color hex is 0.00, 0.77, 0.02, 0.18. Web safe color of #d131cd is #cc33cc. Color #d131cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 11001101
Octal 321 61 315
Decimal 209 49 205
Hex D1 31 CD

RGB Percentages of Color #d131cd

%45.14
%10.58
%44.28

CMYK Percentages of Color #d131cd

%0
%77
%2
%18

Triadic Colors of #d131cd

#d131cd #cdd131 #31cdd1

Analogous Colors of #d131cd

#d131cd #d1317d #8531d1

Monochromatic Colors of #d131cd

#d131cd

Complementary Color

#d131cd #31d135

#d131cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d131cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d131cd Color CSS Codes

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

#d131cd Text Font Color

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

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


#d131cd Background Color

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

This div background color is #d131cd


#d131cd Border Color

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

This div border color is #d131cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d131cd


Comments

No comments written yet.

Please login to write comment.