Color Hex Logo

#d921ef Color Hex

#D921EF
(217,33,239)
0 Favorites   0 Comments

Color spaces of #d921ef

RGB 21733239
HSL0.820.870.53
HSV294°86°94°
CMYK 0.090.860.00   0.06
XYZ44.739122.071483.5636
Yxy22.07140.29750.1468
Hunter Lab46.980287.7696-72.5729
CIE-Lab54.102786.7766-62.2448

#d921ef color RGB value is (217,33,239).

#d921ef hex color red value is 217, green value is 33 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d921ef hue: 0.82 , saturation: 0.87 and the lightness value of d921ef is 0.53.

The process color (four color CMYK) of #d921ef color hex is 0.09, 0.86, 0.00, 0.06. Web safe color of #d921ef is #cc33ff. Color #d921ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100001 11101111
Octal 331 41 357
Decimal 217 33 239
Hex D9 21 EF

RGB Percentages of Color #d921ef

%44.38
%6.75
%48.88

CMYK Percentages of Color #d921ef

%9
%86
%0
%6

Triadic Colors of #d921ef

#d921ef #efd921 #21efd9

Analogous Colors of #d921ef

#d921ef #ef219e #7221ef

Monochromatic Colors of #d921ef

#d921ef

Complementary Color

#d921ef #37ef21

#d921ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d921ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d921ef Color CSS Codes

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

#d921ef Text Font Color

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

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


#d921ef Background Color

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

This div background color is #d921ef


#d921ef Border Color

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

This div border color is #d921ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d921ef


Comments

No comments written yet.

Please login to write comment.