Color Hex Logo

#d551dc Color Hex

#D551DC
(213,81,220)
0 Favorites   0 Comments

Color spaces of #d551dc

RGB 21381220
HSL0.820.670.59
HSV297°63°86°
CMYK 0.030.630.00   0.14
XYZ43.301325.198370.2917
Yxy25.19830.31200.1816
Hunter Lab50.197966.1298-47.8847
CIE-Lab57.268168.9204-46.5291

#d551dc color RGB value is (213,81,220).

#d551dc hex color red value is 213, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d551dc hue: 0.82 , saturation: 0.67 and the lightness value of d551dc is 0.59.

The process color (four color CMYK) of #d551dc color hex is 0.03, 0.63, 0.00, 0.14. Web safe color of #d551dc is #cc66cc. Color #d551dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 11011100
Octal 325 121 334
Decimal 213 81 220
Hex D5 51 DC

RGB Percentages of Color #d551dc

%41.44
%15.76
%42.80

CMYK Percentages of Color #d551dc

%3
%63
%0
%14

Triadic Colors of #d551dc

#d551dc #dcd551 #51dcd5

Analogous Colors of #d551dc

#d551dc #dc519e #9051dc

Monochromatic Colors of #d551dc

#d551dc

Complementary Color

#d551dc #58dc51

#d551dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d551dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d551dc Color CSS Codes

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

#d551dc Text Font Color

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

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


#d551dc Background Color

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

This div background color is #d551dc


#d551dc Border Color

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

This div border color is #d551dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,81,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d551dc


Comments

No comments written yet.

Please login to write comment.