Color Hex Logo

#d147ed Color Hex

#D147ED
(209,71,237)
0 Favorites   0 Comments

Color spaces of #d147ed

RGB 20971237
HSL0.810.820.60
HSV290°70°93°
CMYK 0.120.700.00   0.07
XYZ43.833824.176282.4769
Yxy24.17620.29130.1607
Hunter Lab49.169373.0842-65.0349
CIE-Lab56.263874.8201-57.7216

#d147ed color RGB value is (209,71,237).

#d147ed hex color red value is 209, green value is 71 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d147ed hue: 0.81 , saturation: 0.82 and the lightness value of d147ed is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 11101101
Octal 321 107 355
Decimal 209 71 237
Hex D1 47 ED

RGB Percentages of Color #d147ed

%40.43
%13.73
%45.84

CMYK Percentages of Color #d147ed

%12
%70
%0
%7

Triadic Colors of #d147ed

#d147ed #edd147 #47edd1

Analogous Colors of #d147ed

#d147ed #ed47b6 #7e47ed

Monochromatic Colors of #d147ed

#d147ed

Complementary Color

#d147ed #63ed47

#d147ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d147ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d147ed Color CSS Codes

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

#d147ed Text Font Color

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

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


#d147ed Background Color

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

This div background color is #d147ed


#d147ed Border Color

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

This div border color is #d147ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d147ed


Comments

No comments written yet.

Please login to write comment.