Color Hex Logo

#d551be Color Hex

#D551BE
(213,81,190)
0 Favorites   0 Comments

Color spaces of #d551be

RGB 21381190
HSL0.860.610.58
HSV310°62°84°
CMYK 0.000.620.11   0.16
XYZ39.677323.748751.2079
Yxy23.74870.34610.2072
Hunter Lab48.732660.0496-28.1887
CIE-Lab55.835364.0491-31.6789

#d551be color RGB value is (213,81,190).

#d551be hex color red value is 213, green value is 81 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d551be hue: 0.86 , saturation: 0.61 and the lightness value of d551be is 0.58.

The process color (four color CMYK) of #d551be color hex is 0.00, 0.62, 0.11, 0.16. Web safe color of #d551be is #cc66cc. Color #d551be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 10111110
Octal 325 121 276
Decimal 213 81 190
Hex D5 51 BE

RGB Percentages of Color #d551be

%44.01
%16.74
%39.26

CMYK Percentages of Color #d551be

%0
%62
%11
%16

Triadic Colors of #d551be

#d551be #bed551 #51bed5

Analogous Colors of #d551be

#d551be #d5517c #aa51d5

Monochromatic Colors of #d551be

#d551be

Complementary Color

#d551be #51d568

#d551be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d551be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d551be Color CSS Codes

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

#d551be Text Font Color

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

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


#d551be Background Color

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

This div background color is #d551be


#d551be Border Color

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

This div border color is #d551be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d551be


Comments

No comments written yet.

Please login to write comment.