Color Hex Logo

#d379ef Color Hex

#D379EF
(211,121,239)
0 Favorites   0 Comments

Color spaces of #d379ef

RGB 211121239
HSL0.790.790.71
HSV286°49°94°
CMYK 0.120.490.00   0.06
XYZ49.281333.755685.5794
Yxy33.75560.29230.2002
Hunter Lab58.099649.7333-46.6632
CIE-Lab64.768153.5456-45.3169

#d379ef color RGB value is (211,121,239).

#d379ef hex color red value is 211, green value is 121 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d379ef hue: 0.79 , saturation: 0.79 and the lightness value of d379ef is 0.71.

The process color (four color CMYK) of #d379ef color hex is 0.12, 0.49, 0.00, 0.06. Web safe color of #d379ef is #cc66ff. Color #d379ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111001 11101111
Octal 323 171 357
Decimal 211 121 239
Hex D3 79 EF

RGB Percentages of Color #d379ef

%36.95
%21.19
%41.86

CMYK Percentages of Color #d379ef

%12
%49
%0
%6

Triadic Colors of #d379ef

#d379ef #efd379 #79efd3

Analogous Colors of #d379ef

#d379ef #ef79d0 #9879ef

Monochromatic Colors of #d379ef

#d379ef

Complementary Color

#d379ef #95ef79

#d379ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d379ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d379ef Color CSS Codes

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

#d379ef Text Font Color

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

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


#d379ef Background Color

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

This div background color is #d379ef


#d379ef Border Color

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

This div border color is #d379ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d379ef


Comments

No comments written yet.

Please login to write comment.