Color Hex Logo

#d141e7 Color Hex

#D141E7
(209,65,231)
0 Favorites   0 Comments

Color spaces of #d141e7

RGB 20965231
HSL0.810.780.58
HSV292°72°91°
CMYK 0.100.720.00   0.09
XYZ42.608623.105477.8154
Yxy23.10540.29690.1610
Hunter Lab48.068174.1072-62.3344
CIE-Lab55.180775.8552-56.0873

#d141e7 color RGB value is (209,65,231).

#d141e7 hex color red value is 209, green value is 65 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #d141e7 hue: 0.81 , saturation: 0.78 and the lightness value of d141e7 is 0.58.

The process color (four color CMYK) of #d141e7 color hex is 0.10, 0.72, 0.00, 0.09. Web safe color of #d141e7 is #cc33ff. Color #d141e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000001 11100111
Octal 321 101 347
Decimal 209 65 231
Hex D1 41 E7

RGB Percentages of Color #d141e7

%41.39
%12.87
%45.74

CMYK Percentages of Color #d141e7

%10
%72
%0
%9

Triadic Colors of #d141e7

#d141e7 #e7d141 #41e7d1

Analogous Colors of #d141e7

#d141e7 #e741aa #7e41e7

Monochromatic Colors of #d141e7

#d141e7

Complementary Color

#d141e7 #57e741

#d141e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d141e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d141e7 Color CSS Codes

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

#d141e7 Text Font Color

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

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


#d141e7 Background Color

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

This div background color is #d141e7


#d141e7 Border Color

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

This div border color is #d141e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d141e7


Comments

No comments written yet.

Please login to write comment.