Color Hex Logo

#d147ee Color Hex

#D147EE
(209,71,238)
0 Favorites   0 Comments

Color spaces of #d147ee

RGB 20971238
HSL0.800.830.61
HSV290°70°93°
CMYK 0.120.700.00   0.07
XYZ43.980324.234883.2487
Yxy24.23480.29040.1600
Hunter Lab49.228973.3187-65.8025
CIE-Lab56.322174.9986-58.1879

#d147ee color RGB value is (209,71,238).

#d147ee hex color red value is 209, green value is 71 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d147ee hue: 0.80 , saturation: 0.83 and the lightness value of d147ee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 11101110
Octal 321 107 356
Decimal 209 71 238
Hex D1 47 EE

RGB Percentages of Color #d147ee

%40.35
%13.71
%45.95

CMYK Percentages of Color #d147ee

%12
%70
%0
%7

Triadic Colors of #d147ee

#d147ee #eed147 #47eed1

Analogous Colors of #d147ee

#d147ee #ee47b8 #7e47ee

Monochromatic Colors of #d147ee

#d147ee

Complementary Color

#d147ee #64ee47

#d147ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d147ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d147ee Color CSS Codes

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

#d147ee Text Font Color

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

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


#d147ee Background Color

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

This div background color is #d147ee


#d147ee Border Color

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

This div border color is #d147ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d147ee


Comments

No comments written yet.

Please login to write comment.