Color Hex Logo

#d552be Color Hex

#D552BE
(213,82,190)
0 Favorites   0 Comments

Color spaces of #d552be

RGB 21382190
HSL0.860.610.58
HSV311°62°84°
CMYK 0.000.620.11   0.16
XYZ39.752123.898451.2329
Yxy23.89840.34600.2080
Hunter Lab48.886059.5985-27.9162
CIE-Lab55.985963.6346-31.4445

#d552be color RGB value is (213,82,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 10111110
Octal 325 122 276
Decimal 213 82 190
Hex D5 52 BE

RGB Percentages of Color #d552be

%43.92
%16.91
%39.18

CMYK Percentages of Color #d552be

%0
%62
%11
%16

Triadic Colors of #d552be

#d552be #bed552 #52bed5

Analogous Colors of #d552be

#d552be #d5527d #ab52d5

Monochromatic Colors of #d552be

#d552be

Complementary Color

#d552be #52d569

#d552be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d552be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d552be Color CSS Codes

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

#d552be Text Font Color

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

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


#d552be Background Color

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

This div background color is #d552be


#d552be Border Color

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

This div border color is #d552be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d552be


Comments

No comments written yet.

Please login to write comment.