Color Hex Logo

#d131cf Color Hex

#D131CF
(209,49,207)
0 Favorites   0 Comments

Color spaces of #d131cf

RGB 20949207
HSL0.840.630.51
HSV301°77°82°
CMYK 0.000.770.01   0.18
XYZ38.655320.256960.9041
Yxy20.25690.32260.1691
Hunter Lab45.007774.5432-48.7255
CIE-Lab52.126476.7993-47.3286

#d131cf color RGB value is (209,49,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 11001111
Octal 321 61 317
Decimal 209 49 207
Hex D1 31 CF

RGB Percentages of Color #d131cf

%44.95
%10.54
%44.52

CMYK Percentages of Color #d131cf

%0
%77
%1
%18

Triadic Colors of #d131cf

#d131cf #cfd131 #31cfd1

Analogous Colors of #d131cf

#d131cf #d1317f #8331d1

Monochromatic Colors of #d131cf

#d131cf

Complementary Color

#d131cf #31d133

#d131cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d131cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d131cf Color CSS Codes

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

#d131cf Text Font Color

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

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


#d131cf Background Color

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

This div background color is #d131cf


#d131cf Border Color

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

This div border color is #d131cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d131cf


Comments

No comments written yet.

Please login to write comment.