Color Hex Logo

#d51ddf Color Hex

#D51DDF
(213,29,223)
0 Favorites   0 Comments

Color spaces of #d51ddf

RGB 21329223
HSL0.820.770.49
HSV297°87°87°
CMYK 0.040.870.00   0.13
XYZ41.199220.352671.5690
Yxy20.35260.30950.1529
Hunter Lab45.113984.0618-62.4785
CIE-Lab52.233584.2919-56.2501

#d51ddf color RGB value is (213,29,223).

#d51ddf hex color red value is 213, green value is 29 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d51ddf hue: 0.82 , saturation: 0.77 and the lightness value of d51ddf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011101 11011111
Octal 325 35 337
Decimal 213 29 223
Hex D5 1D DF

RGB Percentages of Color #d51ddf

%45.81
%6.24
%47.96

CMYK Percentages of Color #d51ddf

%4
%87
%0
%13

Triadic Colors of #d51ddf

#d51ddf #dfd51d #1ddfd5

Analogous Colors of #d51ddf

#d51ddf #df1d88 #741ddf

Monochromatic Colors of #d51ddf

#d51ddf

Complementary Color

#d51ddf #27df1d

#d51ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51ddf Color CSS Codes

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

#d51ddf Text Font Color

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

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


#d51ddf Background Color

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

This div background color is #d51ddf


#d51ddf Border Color

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

This div border color is #d51ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51ddf


Comments

No comments written yet.

Please login to write comment.