Color Hex Logo

#d279ed Color Hex

#D279ED
(210,121,237)
0 Favorites   0 Comments

Color spaces of #d279ed

RGB 210121237
HSL0.790.760.70
HSV286°49°93°
CMYK 0.110.490.00   0.07
XYZ48.701833.490884.0183
Yxy33.49080.29300.2015
Hunter Lab57.871248.9428-45.5682
CIE-Lab64.556452.8777-44.5528

#d279ed color RGB value is (210,121,237).

#d279ed hex color red value is 210, green value is 121 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d279ed hue: 0.79 , saturation: 0.76 and the lightness value of d279ed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111001 11101101
Octal 322 171 355
Decimal 210 121 237
Hex D2 79 ED

RGB Percentages of Color #d279ed

%36.97
%21.30
%41.73

CMYK Percentages of Color #d279ed

%11
%49
%0
%7

Triadic Colors of #d279ed

#d279ed #edd279 #79edd2

Analogous Colors of #d279ed

#d279ed #ed79ce #9879ed

Monochromatic Colors of #d279ed

#d279ed

Complementary Color

#d279ed #94ed79

#d279ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d279ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d279ed Color CSS Codes

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

#d279ed Text Font Color

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

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


#d279ed Background Color

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

This div background color is #d279ed


#d279ed Border Color

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

This div border color is #d279ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d279ed


Comments

No comments written yet.

Please login to write comment.