Color Hex Logo

#d140ee Color Hex

#D140EE
(209,64,238)
0 Favorites   0 Comments

Color spaces of #d140ee

RGB 20964238
HSL0.810.840.59
HSV290°73°93°
CMYK 0.120.730.00   0.07
XYZ43.560523.395183.1087
Yxy23.39510.29030.1559
Hunter Lab48.368576.1117-68.0166
CIE-Lab55.477077.4069-59.5425

#d140ee color RGB value is (209,64,238).

#d140ee hex color red value is 209, green value is 64 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d140ee hue: 0.81 , saturation: 0.84 and the lightness value of d140ee is 0.59.

The process color (four color CMYK) of #d140ee color hex is 0.12, 0.73, 0.00, 0.07. Web safe color of #d140ee is #cc33ff. Color #d140ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000000 11101110
Octal 321 100 356
Decimal 209 64 238
Hex D1 40 EE

RGB Percentages of Color #d140ee

%40.90
%12.52
%46.58

CMYK Percentages of Color #d140ee

%12
%73
%0
%7

Triadic Colors of #d140ee

#d140ee #eed140 #40eed1

Analogous Colors of #d140ee

#d140ee #ee40b4 #7a40ee

Monochromatic Colors of #d140ee

#d140ee

Complementary Color

#d140ee #5dee40

#d140ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d140ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d140ee Color CSS Codes

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

#d140ee Text Font Color

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

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


#d140ee Background Color

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

This div background color is #d140ee


#d140ee Border Color

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

This div border color is #d140ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d140ee


Comments

No comments written yet.

Please login to write comment.