Color Hex Logo

#d747ef Color Hex

#D747EF
(215,71,239)
0 Favorites   0 Comments

Color spaces of #d747ef

RGB 21571239
HSL0.810.840.61
HSV291°70°94°
CMYK 0.100.700.00   0.06
XYZ45.857625.185584.1057
Yxy25.18550.29560.1623
Hunter Lab50.185275.2836-64.2350
CIE-Lab57.255776.4005-57.2037

#d747ef color RGB value is (215,71,239).

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

The process color (four color CMYK) of #d747ef color hex is 0.10, 0.70, 0.00, 0.06. Web safe color of #d747ef is #cc33ff. Color #d747ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000111 11101111
Octal 327 107 357
Decimal 215 71 239
Hex D7 47 EF

RGB Percentages of Color #d747ef

%40.95
%13.52
%45.52

CMYK Percentages of Color #d747ef

%10
%70
%0
%6

Triadic Colors of #d747ef

#d747ef #efd747 #47efd7

Analogous Colors of #d747ef

#d747ef #ef47b3 #8347ef

Monochromatic Colors of #d747ef

#d747ef

Complementary Color

#d747ef #5fef47

#d747ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d747ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d747ef Color CSS Codes

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

#d747ef Text Font Color

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

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


#d747ef Background Color

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

This div background color is #d747ef


#d747ef Border Color

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

This div border color is #d747ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d747ef


Comments

No comments written yet.

Please login to write comment.