Color Hex Logo

#d55bcb Color Hex

#D55BCB
(213,91,203)
0 Favorites   0 Comments

Color spaces of #d55bcb

RGB 21391203
HSL0.850.590.60
HSV305°57°84°
CMYK 0.000.570.05   0.16
XYZ41.961125.940159.2953
Yxy25.94010.32990.2039
Hunter Lab50.931457.9316-33.3745
CIE-Lab57.980161.8405-35.7720

#d55bcb color RGB value is (213,91,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011011 11001011
Octal 325 133 313
Decimal 213 91 203
Hex D5 5B CB

RGB Percentages of Color #d55bcb

%42.01
%17.95
%40.04

CMYK Percentages of Color #d55bcb

%0
%57
%5
%16

Triadic Colors of #d55bcb

#d55bcb #cbd55b #5bcbd5

Analogous Colors of #d55bcb

#d55bcb #d55b8e #a25bd5

Monochromatic Colors of #d55bcb

#d55bcb

Complementary Color

#d55bcb #5bd565

#d55bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55bcb Color CSS Codes

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

#d55bcb Text Font Color

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

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


#d55bcb Background Color

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

This div background color is #d55bcb


#d55bcb Border Color

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

This div border color is #d55bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55bcb


Comments

No comments written yet.

Please login to write comment.