Color Hex Logo

#d554ff Color Hex

#D554FF
(213,84,255)
0 Favorites   0 Comments

Color spaces of #d554ff

RGB 21384255
HSL0.791.000.66
HSV285°67°100°
CMYK 0.160.670.00   0.00
XYZ48.660927.706897.3910
Yxy27.70680.28000.1595
Hunter Lab52.637272.9005-72.8540
CIE-Lab59.622974.0305-62.3162

#d554ff color RGB value is (213,84,255).

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

The process color (four color CMYK) of #d554ff color hex is 0.16, 0.67, 0.00, 0.00. Web safe color of #d554ff is #cc66ff. Color #d554ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010100 11111111
Octal 325 124 377
Decimal 213 84 255
Hex D5 54 FF

RGB Percentages of Color #d554ff

%38.59
%15.22
%46.20

CMYK Percentages of Color #d554ff

%16
%67
%0
%0

Triadic Colors of #d554ff

#d554ff #ffd554 #54ffd5

Analogous Colors of #d554ff

#d554ff #ff54d4 #8054ff

Monochromatic Colors of #d554ff

#d554ff

Complementary Color

#d554ff #7eff54

#d554ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d554ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d554ff Color CSS Codes

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

#d554ff Text Font Color

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

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


#d554ff Background Color

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

This div background color is #d554ff


#d554ff Border Color

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

This div border color is #d554ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d554ff


Comments

No comments written yet.

Please login to write comment.