Color Hex Logo

#d271ed Color Hex

#D271ED
(210,113,237)
0 Favorites   0 Comments

Color spaces of #d271ed

RGB 210113237
HSL0.800.780.69
HSV287°52°93°
CMYK 0.110.520.00   0.07
XYZ47.769531.626383.7075
Yxy31.62630.29290.1939
Hunter Lab56.237353.2077-48.8853
CIE-Lab63.032856.8751-46.9531

#d271ed color RGB value is (210,113,237).

#d271ed hex color red value is 210, green value is 113 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d271ed hue: 0.80 , saturation: 0.78 and the lightness value of d271ed is 0.69.

The process color (four color CMYK) of #d271ed color hex is 0.11, 0.52, 0.00, 0.07. Web safe color of #d271ed is #cc66ff. Color #d271ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110001 11101101
Octal 322 161 355
Decimal 210 113 237
Hex D2 71 ED

RGB Percentages of Color #d271ed

%37.50
%20.18
%42.32

CMYK Percentages of Color #d271ed

%11
%52
%0
%7

Triadic Colors of #d271ed

#d271ed #edd271 #71edd2

Analogous Colors of #d271ed

#d271ed #ed71ca #9471ed

Monochromatic Colors of #d271ed

#d271ed

Complementary Color

#d271ed #8ced71

#d271ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d271ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d271ed Color CSS Codes

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

#d271ed Text Font Color

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

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


#d271ed Background Color

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

This div background color is #d271ed


#d271ed Border Color

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

This div border color is #d271ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d271ed


Comments

No comments written yet.

Please login to write comment.