Color Hex Logo

#d141ca Color Hex

#D141CA
(209,65,202)
0 Favorites   0 Comments

Color spaces of #d141ca

RGB 20965202
HSL0.840.610.54
HSV303°69°82°
CMYK 0.000.690.03   0.18
XYZ38.845521.600257.9990
Yxy21.60020.32800.1824
Hunter Lab46.476067.8605-41.4568
CIE-Lab53.600271.0533-42.1247

#d141ca color RGB value is (209,65,202).

#d141ca hex color red value is 209, green value is 65 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d141ca hue: 0.84 , saturation: 0.61 and the lightness value of d141ca is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000001 11001010
Octal 321 101 312
Decimal 209 65 202
Hex D1 41 CA

RGB Percentages of Color #d141ca

%43.91
%13.66
%42.44

CMYK Percentages of Color #d141ca

%0
%69
%3
%18

Triadic Colors of #d141ca

#d141ca #cad141 #41cad1

Analogous Colors of #d141ca

#d141ca #d14182 #9041d1

Monochromatic Colors of #d141ca

#d141ca

Complementary Color

#d141ca #41d148

#d141ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d141ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d141ca Color CSS Codes

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

#d141ca Text Font Color

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

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


#d141ca Background Color

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

This div background color is #d141ca


#d141ca Border Color

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

This div border color is #d141ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d141ca


Comments

No comments written yet.

Please login to write comment.