Color Hex Logo

#d554ec Color Hex

#D554EC
(213,84,236)
0 Favorites   0 Comments

Color spaces of #d554ec

RGB 21384236
HSL0.810.800.63
HSV291°64°93°
CMYK 0.100.640.00   0.07
XYZ45.751226.542982.0688
Yxy26.54290.29640.1720
Hunter Lab51.519868.3539-58.3825
CIE-Lab58.548870.5232-53.4807

#d554ec color RGB value is (213,84,236).

#d554ec hex color red value is 213, green value is 84 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d554ec hue: 0.81 , saturation: 0.80 and the lightness value of d554ec is 0.63.

The process color (four color CMYK) of #d554ec color hex is 0.10, 0.64, 0.00, 0.07. Web safe color of #d554ec is #cc66ff. Color #d554ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010100 11101100
Octal 325 124 354
Decimal 213 84 236
Hex D5 54 EC

RGB Percentages of Color #d554ec

%39.96
%15.76
%44.28

CMYK Percentages of Color #d554ec

%10
%64
%0
%7

Triadic Colors of #d554ec

#d554ec #ecd554 #54ecd5

Analogous Colors of #d554ec

#d554ec #ec54b7 #8954ec

Monochromatic Colors of #d554ec

#d554ec

Complementary Color

#d554ec #6bec54

#d554ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d554ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d554ec Color CSS Codes

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

#d554ec Text Font Color

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

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


#d554ec Background Color

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

This div background color is #d554ec


#d554ec Border Color

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

This div border color is #d554ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d554ec


Comments

No comments written yet.

Please login to write comment.