Color Hex Logo

#d731cf Color Hex

#D731CF
(215,49,207)
0 Favorites   0 Comments

Color spaces of #d731cf

RGB 21549207
HSL0.840.670.52
HSV303°77°84°
CMYK 0.000.770.04   0.16
XYZ40.385121.148760.9851
Yxy21.14870.32960.1726
Hunter Lab45.987776.2751-46.4341
CIE-Lab53.111977.9971-45.7026

#d731cf color RGB value is (215,49,207).

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

The process color (four color CMYK) of #d731cf color hex is 0.00, 0.77, 0.04, 0.16. Web safe color of #d731cf is #cc33cc. Color #d731cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110001 11001111
Octal 327 61 317
Decimal 215 49 207
Hex D7 31 CF

RGB Percentages of Color #d731cf

%45.65
%10.40
%43.95

CMYK Percentages of Color #d731cf

%0
%77
%4
%16

Triadic Colors of #d731cf

#d731cf #cfd731 #31cfd7

Analogous Colors of #d731cf

#d731cf #d7317c #8c31d7

Monochromatic Colors of #d731cf

#d731cf

Complementary Color

#d731cf #31d739

#d731cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d731cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d731cf Color CSS Codes

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

#d731cf Text Font Color

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

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


#d731cf Background Color

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

This div background color is #d731cf


#d731cf Border Color

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

This div border color is #d731cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d731cf


Comments

No comments written yet.

Please login to write comment.