Color Hex Logo

#d031ca Color Hex

#D031CA
(208,49,202)
0 Favorites   0 Comments

Color spaces of #d031ca

RGB 20849202
HSL0.840.630.50
HSV302°76°82°
CMYK 0.000.760.03   0.18
XYZ37.771419.870857.7218
Yxy19.87080.32740.1722
Hunter Lab44.576773.2402-45.5702
CIE-Lab51.690875.8315-45.1580

#d031ca color RGB value is (208,49,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 11001010
Octal 320 61 312
Decimal 208 49 202
Hex D0 31 CA

RGB Percentages of Color #d031ca

%45.32
%10.68
%44.01

CMYK Percentages of Color #d031ca

%0
%76
%3
%18

Triadic Colors of #d031ca

#d031ca #cad031 #31cad0

Analogous Colors of #d031ca

#d031ca #d0317b #8731d0

Monochromatic Colors of #d031ca

#d031ca

Complementary Color

#d031ca #31d037

#d031ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d031ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d031ca Color CSS Codes

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

#d031ca Text Font Color

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

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


#d031ca Background Color

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

This div background color is #d031ca


#d031ca Border Color

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

This div border color is #d031ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d031ca


Comments

No comments written yet.

Please login to write comment.