Color Hex Logo

#d130be Color Hex

#D130BE
(209,48,190)
0 Favorites   0 Comments

Color spaces of #d130be

RGB 20948190
HSL0.850.640.50
HSV307°77°82°
CMYK 0.000.770.09   0.18
XYZ36.645719.386950.5258
Yxy19.38690.34390.1819
Hunter Lab44.030671.5083-37.2149
CIE-Lab51.136874.5307-39.0861

#d130be color RGB value is (209,48,190).

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

The process color (four color CMYK) of #d130be color hex is 0.00, 0.77, 0.09, 0.18. Web safe color of #d130be is #cc33cc. Color #d130be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 10111110
Octal 321 60 276
Decimal 209 48 190
Hex D1 30 BE

RGB Percentages of Color #d130be

%46.76
%10.74
%42.51

CMYK Percentages of Color #d130be

%0
%77
%9
%18

Triadic Colors of #d130be

#d130be #bed130 #30bed1

Analogous Colors of #d130be

#d130be #d1306e #9430d1

Monochromatic Colors of #d130be

#d130be

Complementary Color

#d130be #30d143

#d130be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d130be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d130be Color CSS Codes

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

#d130be Text Font Color

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

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


#d130be Background Color

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

This div background color is #d130be


#d130be Border Color

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

This div border color is #d130be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d130be


Comments

No comments written yet.

Please login to write comment.