Color Hex Logo

#d55bbc Color Hex

#D55BBC
(213,91,188)
0 Favorites   0 Comments

Color spaces of #d55bbc

RGB 21391188
HSL0.870.590.60
HSV312°57°84°
CMYK 0.000.570.12   0.16
XYZ40.258825.259150.3306
Yxy25.25910.34750.2180
Hunter Lab50.258455.0326-24.1942
CIE-Lab57.327059.4361-28.2137

#d55bbc color RGB value is (213,91,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011011 10111100
Octal 325 133 274
Decimal 213 91 188
Hex D5 5B BC

RGB Percentages of Color #d55bbc

%43.29
%18.50
%38.21

CMYK Percentages of Color #d55bbc

%0
%57
%12
%16

Triadic Colors of #d55bbc

#d55bbc #bcd55b #5bbcd5

Analogous Colors of #d55bbc

#d55bbc #d55b7f #b15bd5

Monochromatic Colors of #d55bbc

#d55bbc

Complementary Color

#d55bbc #5bd574

#d55bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55bbc Color CSS Codes

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

#d55bbc Text Font Color

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

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


#d55bbc Background Color

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

This div background color is #d55bbc


#d55bbc Border Color

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

This div border color is #d55bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55bbc


Comments

No comments written yet.

Please login to write comment.