Color Hex Logo

#d130cc Color Hex

#D130CC
(209,48,204)
0 Favorites   0 Comments

Color spaces of #d130cc

RGB 20948204
HSL0.840.640.50
HSV302°77°82°
CMYK 0.000.770.02   0.18
XYZ38.250520.028858.9767
Yxy20.02880.32620.1708
Hunter Lab44.753574.2438-46.8055
CIE-Lab51.869876.6080-46.0142

#d130cc color RGB value is (209,48,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 11001100
Octal 321 60 314
Decimal 209 48 204
Hex D1 30 CC

RGB Percentages of Color #d130cc

%45.34
%10.41
%44.25

CMYK Percentages of Color #d130cc

%0
%77
%2
%18

Triadic Colors of #d130cc

#d130cc #ccd130 #30ccd1

Analogous Colors of #d130cc

#d130cc #d1307c #8630d1

Monochromatic Colors of #d130cc

#d130cc

Complementary Color

#d130cc #30d135

#d130cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d130cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d130cc Color CSS Codes

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

#d130cc Text Font Color

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

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


#d130cc Background Color

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

This div background color is #d130cc


#d130cc Border Color

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

This div border color is #d130cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d130cc


Comments

No comments written yet.

Please login to write comment.