Color Hex Logo

#d55cbb Color Hex

#D55CBB
(213,92,187)
0 Favorites   0 Comments

Color spaces of #d55cbb

RGB 21392187
HSL0.870.590.60
HSV313°57°84°
CMYK 0.000.570.12   0.16
XYZ40.237425.388349.7934
Yxy25.38830.34860.2200
Hunter Lab50.386854.3679-23.3210
CIE-Lab57.451858.8316-27.4464

#d55cbb color RGB value is (213,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011100 10111011
Octal 325 134 273
Decimal 213 92 187
Hex D5 5C BB

RGB Percentages of Color #d55cbb

%43.29
%18.70
%38.01

CMYK Percentages of Color #d55cbb

%0
%57
%12
%16

Triadic Colors of #d55cbb

#d55cbb #bbd55c #5cbbd5

Analogous Colors of #d55cbb

#d55cbb #d55c7f #b35cd5

Monochromatic Colors of #d55cbb

#d55cbb

Complementary Color

#d55cbb #5cd576

#d55cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55cbb Color CSS Codes

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

#d55cbb Text Font Color

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

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


#d55cbb Background Color

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

This div background color is #d55cbb


#d55cbb Border Color

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

This div border color is #d55cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55cbb


Comments

No comments written yet.

Please login to write comment.