Color Hex Logo

#d550de Color Hex

#D550DE
(213,80,222)
0 Favorites   0 Comments

Color spaces of #d550de

RGB 21380222
HSL0.820.680.59
HSV296°64°87°
CMYK 0.040.640.00   0.13
XYZ43.494025.157471.6707
Yxy25.15740.31000.1793
Hunter Lab50.157267.0121-49.6108
CIE-Lab57.228569.6612-47.7205

#d550de color RGB value is (213,80,222).

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

The process color (four color CMYK) of #d550de color hex is 0.04, 0.64, 0.00, 0.13. Web safe color of #d550de is #cc66cc. Color #d550de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010000 11011110
Octal 325 120 336
Decimal 213 80 222
Hex D5 50 DE

RGB Percentages of Color #d550de

%41.36
%15.53
%43.11

CMYK Percentages of Color #d550de

%4
%64
%0
%13

Triadic Colors of #d550de

#d550de #ded550 #50ded5

Analogous Colors of #d550de

#d550de #de50a0 #8e50de

Monochromatic Colors of #d550de

#d550de

Complementary Color

#d550de #59de50

#d550de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d550de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d550de Color CSS Codes

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

#d550de Text Font Color

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

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


#d550de Background Color

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

This div background color is #d550de


#d550de Border Color

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

This div border color is #d550de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d550de


Comments

No comments written yet.

Please login to write comment.