Color Hex Logo

#d15bca Color Hex

#D15BCA
(209,91,202)
0 Favorites   0 Comments

Color spaces of #d15bca

RGB 20991202
HSL0.840.560.59
HSV304°56°82°
CMYK 0.000.560.03   0.18
XYZ40.696325.301758.6159
Yxy25.30170.32660.2030
Hunter Lab50.300856.3906-33.8805
CIE-Lab57.368260.6138-36.2009

#d15bca color RGB value is (209,91,202).

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

The process color (four color CMYK) of #d15bca color hex is 0.00, 0.56, 0.03, 0.18. Web safe color of #d15bca is #cc66cc. Color #d15bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011011 11001010
Octal 321 133 312
Decimal 209 91 202
Hex D1 5B CA

RGB Percentages of Color #d15bca

%41.63
%18.13
%40.24

CMYK Percentages of Color #d15bca

%0
%56
%3
%18

Triadic Colors of #d15bca

#d15bca #cad15b #5bcad1

Analogous Colors of #d15bca

#d15bca #d15b8f #9d5bd1

Monochromatic Colors of #d15bca

#d15bca

Complementary Color

#d15bca #5bd162

#d15bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15bca Color CSS Codes

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

#d15bca Text Font Color

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

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


#d15bca Background Color

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

This div background color is #d15bca


#d15bca Border Color

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

This div border color is #d15bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,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 #d15bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15bca


Comments

No comments written yet.

Please login to write comment.