Color Hex Logo

#d13acb Color Hex

#D13ACB
(209,58,203)
0 Favorites   0 Comments

Color spaces of #d13acb

RGB 20958203
HSL0.840.620.52
HSV302°72°82°
CMYK 0.000.720.03   0.18
XYZ38.587020.893258.4989
Yxy20.89320.32710.1771
Hunter Lab45.709170.6964-43.8835
CIE-Lab52.832473.5379-43.9129

#d13acb color RGB value is (209,58,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111010 11001011
Octal 321 72 313
Decimal 209 58 203
Hex D1 3A CB

RGB Percentages of Color #d13acb

%44.47
%12.34
%43.19

CMYK Percentages of Color #d13acb

%0
%72
%3
%18

Triadic Colors of #d13acb

#d13acb #cbd13a #3acbd1

Analogous Colors of #d13acb

#d13acb #d13a80 #8c3ad1

Monochromatic Colors of #d13acb

#d13acb

Complementary Color

#d13acb #3ad140

#d13acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13acb Color CSS Codes

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

#d13acb Text Font Color

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

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


#d13acb Background Color

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

This div background color is #d13acb


#d13acb Border Color

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

This div border color is #d13acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13acb


Comments

No comments written yet.

Please login to write comment.