Color Hex Logo

#d55bca Color Hex

#D55BCA
(213,91,202)
0 Favorites   0 Comments

Color spaces of #d55bca

RGB 21391202
HSL0.850.590.60
HSV305°57°84°
CMYK 0.000.570.05   0.16
XYZ41.842325.892658.6695
Yxy25.89260.33100.2048
Hunter Lab50.884857.7313-32.7413
CIE-Lab57.935061.6756-35.2733

#d55bca color RGB value is (213,91,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011011 11001010
Octal 325 133 312
Decimal 213 91 202
Hex D5 5B CA

RGB Percentages of Color #d55bca

%42.09
%17.98
%39.92

CMYK Percentages of Color #d55bca

%0
%57
%5
%16

Triadic Colors of #d55bca

#d55bca #cad55b #5bcad5

Analogous Colors of #d55bca

#d55bca #d55b8d #a35bd5

Monochromatic Colors of #d55bca

#d55bca

Complementary Color

#d55bca #5bd566

#d55bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55bca Color CSS Codes

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

#d55bca Text Font Color

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

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


#d55bca Background Color

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

This div background color is #d55bca


#d55bca Border Color

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

This div border color is #d55bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55bca


Comments

No comments written yet.

Please login to write comment.