Color Hex Logo

#d21edf Color Hex

#D21EDF
(210,30,223)
0 Favorites   0 Comments

Color spaces of #d21edf

RGB 21030223
HSL0.820.760.50
HSV296°87°87°
CMYK 0.060.870.00   0.13
XYZ40.361919.957971.5370
Yxy19.95790.30610.1514
Hunter Lab44.674383.0896-63.6692
CIE-Lab51.789683.6246-56.9896

#d21edf color RGB value is (210,30,223).

#d21edf hex color red value is 210, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d21edf hue: 0.82 , saturation: 0.76 and the lightness value of d21edf is 0.50.

The process color (four color CMYK) of #d21edf color hex is 0.06, 0.87, 0.00, 0.13. Web safe color of #d21edf is #cc33cc. Color #d21edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011110 11011111
Octal 322 36 337
Decimal 210 30 223
Hex D2 1E DF

RGB Percentages of Color #d21edf

%45.36
%6.48
%48.16

CMYK Percentages of Color #d21edf

%6
%87
%0
%13

Triadic Colors of #d21edf

#d21edf #dfd21e #1edfd2

Analogous Colors of #d21edf

#d21edf #df1e8c #721edf

Monochromatic Colors of #d21edf

#d21edf

Complementary Color

#d21edf #2bdf1e

#d21edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21edf Color CSS Codes

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

#d21edf Text Font Color

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

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


#d21edf Background Color

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

This div background color is #d21edf


#d21edf Border Color

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

This div border color is #d21edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21edf


Comments

No comments written yet.

Please login to write comment.