Color Hex Logo

#d23edf Color Hex

#D23EDF
(210,62,223)
0 Favorites   0 Comments

Color spaces of #d23edf

RGB 21062223
HSL0.820.720.56
HSV295°72°87°
CMYK 0.060.720.00   0.13
XYZ41.620222.474671.9564
Yxy22.47460.30590.1652
Hunter Lab47.407473.7470-56.8070
CIE-Lab54.527075.6910-52.6091

#d23edf color RGB value is (210,62,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111110 11011111
Octal 322 76 337
Decimal 210 62 223
Hex D2 3E DF

RGB Percentages of Color #d23edf

%42.42
%12.53
%45.05

CMYK Percentages of Color #d23edf

%6
%72
%0
%13

Triadic Colors of #d23edf

#d23edf #dfd23e #3edfd2

Analogous Colors of #d23edf

#d23edf #df3e9c #823edf

Monochromatic Colors of #d23edf

#d23edf

Complementary Color

#d23edf #4bdf3e

#d23edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23edf Color CSS Codes

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

#d23edf Text Font Color

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

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


#d23edf Background Color

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

This div background color is #d23edf


#d23edf Border Color

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

This div border color is #d23edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23edf


Comments

No comments written yet.

Please login to write comment.