Color Hex Logo

#d554dc Color Hex

#D554DC
(213,84,220)
0 Favorites   0 Comments

Color spaces of #d554dc

RGB 21384220
HSL0.820.660.60
HSV297°62°86°
CMYK 0.030.620.00   0.14
XYZ43.529225.654170.3676
Yxy25.65410.31190.1838
Hunter Lab50.649964.7681-46.9164
CIE-Lab57.707367.7014-45.8341

#d554dc color RGB value is (213,84,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010100 11011100
Octal 325 124 334
Decimal 213 84 220
Hex D5 54 DC

RGB Percentages of Color #d554dc

%41.20
%16.25
%42.55

CMYK Percentages of Color #d554dc

%3
%62
%0
%14

Triadic Colors of #d554dc

#d554dc #dcd554 #54dcd5

Analogous Colors of #d554dc

#d554dc #dc549f #9154dc

Monochromatic Colors of #d554dc

#d554dc

Complementary Color

#d554dc #5bdc54

#d554dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d554dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d554dc Color CSS Codes

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

#d554dc Text Font Color

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

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


#d554dc Background Color

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

This div background color is #d554dc


#d554dc Border Color

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

This div border color is #d554dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d554dc


Comments

No comments written yet.

Please login to write comment.