Color Hex Logo

#d13bce Color Hex

#D13BCE
(209,59,206)
0 Favorites   0 Comments

Color spaces of #d13bce

RGB 20959206
HSL0.840.620.53
HSV301°72°82°
CMYK 0.000.720.01   0.18
XYZ38.999021.139560.4174
Yxy21.13950.32350.1754
Hunter Lab45.977770.9454-45.7261
CIE-Lab53.101873.6897-45.2067

#d13bce color RGB value is (209,59,206).

#d13bce hex color red value is 209, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d13bce hue: 0.84 , saturation: 0.62 and the lightness value of d13bce is 0.53.

The process color (four color CMYK) of #d13bce color hex is 0.00, 0.72, 0.01, 0.18. Web safe color of #d13bce is #cc33cc. Color #d13bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111011 11001110
Octal 321 73 316
Decimal 209 59 206
Hex D1 3B CE

RGB Percentages of Color #d13bce

%44.09
%12.45
%43.46

CMYK Percentages of Color #d13bce

%0
%72
%1
%18

Triadic Colors of #d13bce

#d13bce #ced13b #3bced1

Analogous Colors of #d13bce

#d13bce #d13b83 #893bd1

Monochromatic Colors of #d13bce

#d13bce

Complementary Color

#d13bce #3bd13e

#d13bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13bce Color CSS Codes

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

#d13bce Text Font Color

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

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


#d13bce Background Color

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

This div background color is #d13bce


#d13bce Border Color

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

This div border color is #d13bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,59,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13bce


Comments

No comments written yet.

Please login to write comment.