Color Hex Logo

#d747ed Color Hex

#D747ED
(215,71,237)
0 Favorites   0 Comments

Color spaces of #d747ed

RGB 21571237
HSL0.810.820.60
HSV292°70°93°
CMYK 0.090.700.00   0.07
XYZ45.563625.068082.5579
Yxy25.06800.29740.1636
Hunter Lab50.068074.8224-62.7167
CIE-Lab57.141676.0525-56.2677

#d747ed color RGB value is (215,71,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000111 11101101
Octal 327 107 355
Decimal 215 71 237
Hex D7 47 ED

RGB Percentages of Color #d747ed

%41.11
%13.58
%45.32

CMYK Percentages of Color #d747ed

%9
%70
%0
%7

Triadic Colors of #d747ed

#d747ed #edd747 #47edd7

Analogous Colors of #d747ed

#d747ed #ed47b0 #8447ed

Monochromatic Colors of #d747ed

#d747ed

Complementary Color

#d747ed #5ded47

#d747ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d747ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d747ed Color CSS Codes

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

#d747ed Text Font Color

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

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


#d747ed Background Color

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

This div background color is #d747ed


#d747ed Border Color

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

This div border color is #d747ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d747ed


Comments

No comments written yet.

Please login to write comment.