Color Hex Logo

#d747ec Color Hex

#D747EC
(215,71,236)
0 Favorites   0 Comments

Color spaces of #d747ec

RGB 21571236
HSL0.810.810.60
HSV292°70°93°
CMYK 0.090.700.00   0.07
XYZ45.417925.009781.7904
Yxy25.00970.29840.1643
Hunter Lab50.009774.5935-61.9615
CIE-Lab57.084975.8795-55.7987

#d747ec color RGB value is (215,71,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000111 11101100
Octal 327 107 354
Decimal 215 71 236
Hex D7 47 EC

RGB Percentages of Color #d747ec

%41.19
%13.60
%45.21

CMYK Percentages of Color #d747ec

%9
%70
%0
%7

Triadic Colors of #d747ec

#d747ec #ecd747 #47ecd7

Analogous Colors of #d747ec

#d747ec #ec47af #8547ec

Monochromatic Colors of #d747ec

#d747ec

Complementary Color

#d747ec #5cec47

#d747ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d747ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d747ec Color CSS Codes

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

#d747ec Text Font Color

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

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


#d747ec Background Color

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

This div background color is #d747ec


#d747ec Border Color

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

This div border color is #d747ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d747ec


Comments

No comments written yet.

Please login to write comment.