color codes Logo

#d130af color codes

#D130AF
(209,48,175)
0 Favorites   0 Comments

Color spaces of #d130af

RGB 20948175
HSL0.870.640.50
HSV313°77°82°
CMYK 0.000.770.16   0.18
XYZ35.089318.764442.3299
Yxy18.76440.36480.1951
Hunter Lab43.317968.7861-27.6152
CIE-Lab50.410472.4350-31.4677

#d130af color RGB value is (209,48,175).

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

The process color (four color CMYK) of #d130af color code is 0.00, 0.77, 0.16, 0.18. Web safe color of #d130af is #cc3399. Color #d130af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 10101111
Octal 321 60 257
Decimal 209 48 175
Hex D1 30 AF

RGB Percentages of Color #d130af

%48.38
%11.11
%40.51

CMYK Percentages of Color #d130af

%0
%77
%16
%18

Triadic Colors of #d130af

#d130af #afd130 #30afd1

Analogous Colors of #d130af

#d130af #d1305f #a330d1

Monochromatic Colors of #d130af

#d130af

Complementary Color

#d130af #30d152

#d130af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d130af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d130af Color CSS Codes

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

#d130af Text Font Color

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

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


#d130af Background Color

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

This div background color is #d130af


#d130af Border Color

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

This div border color is #d130af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d130af


Comments

No comments written yet.

Please login to write comment.