Color Hex Logo

#d13081 Color Hex

#D13081
(209,48,129)
0 Favorites   0 Comments

Color spaces of #d13081

RGB 20948129
HSL0.920.640.50
HSV330°77°82°
CMYK 0.000.770.38   0.18
XYZ31.313917.254222.4488
Yxy17.25420.44090.2430
Hunter Lab41.538261.8719-2.9658
CIE-Lab48.578766.9749-6.8093

#d13081 color RGB value is (209,48,129).

#d13081 hex color red value is 209, green value is 48 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d13081 hue: 0.92 , saturation: 0.64 and the lightness value of d13081 is 0.50.

The process color (four color CMYK) of #d13081 color hex is 0.00, 0.77, 0.38, 0.18. Web safe color of #d13081 is #cc3399. Color #d13081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 10000001
Octal 321 60 201
Decimal 209 48 129
Hex D1 30 81

RGB Percentages of Color #d13081

%54.15
%12.44
%33.42

CMYK Percentages of Color #d13081

%0
%77
%38
%18

Triadic Colors of #d13081

#d13081 #81d130 #3081d1

Analogous Colors of #d13081

#d13081 #d13031 #d130d1

Monochromatic Colors of #d13081

#d13081

Complementary Color

#d13081 #30d180

#d13081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13081 Color CSS Codes

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

#d13081 Text Font Color

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

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


#d13081 Background Color

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

This div background color is #d13081


#d13081 Border Color

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

This div border color is #d13081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13081


Comments

No comments written yet.

Please login to write comment.