Color Hex Logo

#d55bcc Color Hex

#D55BCC
(213,91,204)
0 Favorites   0 Comments

Color spaces of #d55bcc

RGB 21391204
HSL0.850.590.60
HSV304°57°84°
CMYK 0.000.570.04   0.16
XYZ42.080725.987959.9250
Yxy25.98790.32880.2030
Hunter Lab50.978358.1330-34.0105
CIE-Lab58.025662.0061-36.2699

#d55bcc color RGB value is (213,91,204).

#d55bcc hex color red value is 213, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d55bcc hue: 0.85 , saturation: 0.59 and the lightness value of d55bcc is 0.60.

The process color (four color CMYK) of #d55bcc color hex is 0.00, 0.57, 0.04, 0.16. Web safe color of #d55bcc is #cc66cc. Color #d55bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011011 11001100
Octal 325 133 314
Decimal 213 91 204
Hex D5 5B CC

RGB Percentages of Color #d55bcc

%41.93
%17.91
%40.16

CMYK Percentages of Color #d55bcc

%0
%57
%4
%16

Triadic Colors of #d55bcc

#d55bcc #ccd55b #5bccd5

Analogous Colors of #d55bcc

#d55bcc #d55b8f #a15bd5

Monochromatic Colors of #d55bcc

#d55bcc

Complementary Color

#d55bcc #5bd564

#d55bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55bcc Color CSS Codes

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

#d55bcc Text Font Color

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

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


#d55bcc Background Color

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

This div background color is #d55bcc


#d55bcc Border Color

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

This div border color is #d55bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55bcc


Comments

No comments written yet.

Please login to write comment.