Color Hex Logo

#d731ca Color Hex

#D731CA
(215,49,202)
0 Favorites   0 Comments

Color spaces of #d731ca

RGB 21549202
HSL0.850.670.52
HSV305°77°84°
CMYK 0.000.770.06   0.16
XYZ39.783320.908057.8159
Yxy20.90800.33570.1764
Hunter Lab45.725375.2848-42.9597
CIE-Lab52.848777.2551-43.2497

#d731ca color RGB value is (215,49,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110001 11001010
Octal 327 61 312
Decimal 215 49 202
Hex D7 31 CA

RGB Percentages of Color #d731ca

%46.14
%10.52
%43.35

CMYK Percentages of Color #d731ca

%0
%77
%6
%16

Triadic Colors of #d731ca

#d731ca #cad731 #31cad7

Analogous Colors of #d731ca

#d731ca #d73177 #9131d7

Monochromatic Colors of #d731ca

#d731ca

Complementary Color

#d731ca #31d73e

#d731ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d731ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d731ca Color CSS Codes

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

#d731ca Text Font Color

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

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


#d731ca Background Color

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

This div background color is #d731ca


#d731ca Border Color

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

This div border color is #d731ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d731ca


Comments

No comments written yet.

Please login to write comment.