Color Hex Logo

#d247eb Color Hex

#D247EB
(210,71,235)
0 Favorites   0 Comments

Color spaces of #d247eb

RGB 21071235
HSL0.810.800.60
HSV291°70°92°
CMYK 0.110.700.00   0.08
XYZ43.827024.206380.9596
Yxy24.20630.29420.1625
Hunter Lab49.199972.9070-63.1232
CIE-Lab56.293874.6710-56.5450

#d247eb color RGB value is (210,71,235).

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

The process color (four color CMYK) of #d247eb color hex is 0.11, 0.70, 0.00, 0.08. Web safe color of #d247eb is #cc33ff. Color #d247eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000111 11101011
Octal 322 107 353
Decimal 210 71 235
Hex D2 47 EB

RGB Percentages of Color #d247eb

%40.70
%13.76
%45.54

CMYK Percentages of Color #d247eb

%11
%70
%0
%8

Triadic Colors of #d247eb

#d247eb #ebd247 #47ebd2

Analogous Colors of #d247eb

#d247eb #eb47b2 #8047eb

Monochromatic Colors of #d247eb

#d247eb

Complementary Color

#d247eb #60eb47

#d247eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d247eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d247eb Color CSS Codes

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

#d247eb Text Font Color

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

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


#d247eb Background Color

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

This div background color is #d247eb


#d247eb Border Color

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

This div border color is #d247eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d247eb


Comments

No comments written yet.

Please login to write comment.