Color Hex Logo

#d141da Color Hex

#D141DA
(209,65,218)
0 Favorites   0 Comments

Color spaces of #d141da

RGB 20965218
HSL0.820.670.55
HSV296°70°85°
CMYK 0.040.700.00   0.15
XYZ40.839722.397968.5004
Yxy22.39790.31000.1700
Hunter Lab47.326471.2129-52.6880
CIE-Lab54.446773.6488-49.9127

#d141da color RGB value is (209,65,218).

#d141da hex color red value is 209, green value is 65 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d141da hue: 0.82 , saturation: 0.67 and the lightness value of d141da is 0.55.

The process color (four color CMYK) of #d141da color hex is 0.04, 0.70, 0.00, 0.15. Web safe color of #d141da is #cc33cc. Color #d141da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000001 11011010
Octal 321 101 332
Decimal 209 65 218
Hex D1 41 DA

RGB Percentages of Color #d141da

%42.48
%13.21
%44.31

CMYK Percentages of Color #d141da

%4
%70
%0
%15

Triadic Colors of #d141da

#d141da #dad141 #41dad1

Analogous Colors of #d141da

#d141da #da4197 #8541da

Monochromatic Colors of #d141da

#d141da

Complementary Color

#d141da #4ada41

#d141da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d141da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d141da Color CSS Codes

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

#d141da Text Font Color

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

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


#d141da Background Color

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

This div background color is #d141da


#d141da Border Color

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

This div border color is #d141da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d141da


Comments

No comments written yet.

Please login to write comment.