Color Hex Logo

#d125cf Color Hex

#D125CF
(209,37,207)
0 Favorites   0 Comments

Color spaces of #d125cf

RGB 20937207
HSL0.840.700.48
HSV301°82°82°
CMYK 0.000.820.01   0.18
XYZ38.218519.383460.7585
Yxy19.38340.32290.1638
Hunter Lab44.026677.9054-51.0040
CIE-Lab51.132879.6816-48.9104

#d125cf color RGB value is (209,37,207).

#d125cf hex color red value is 209, green value is 37 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d125cf hue: 0.84 , saturation: 0.70 and the lightness value of d125cf is 0.48.

The process color (four color CMYK) of #d125cf color hex is 0.00, 0.82, 0.01, 0.18. Web safe color of #d125cf is #cc33cc. Color #d125cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 11001111
Octal 321 45 317
Decimal 209 37 207
Hex D1 25 CF

RGB Percentages of Color #d125cf

%46.14
%8.17
%45.70

CMYK Percentages of Color #d125cf

%0
%82
%1
%18

Triadic Colors of #d125cf

#d125cf #cfd125 #25cfd1

Analogous Colors of #d125cf

#d125cf #d12579 #7d25d1

Monochromatic Colors of #d125cf

#d125cf

Complementary Color

#d125cf #25d127

#d125cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d125cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d125cf Color CSS Codes

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

#d125cf Text Font Color

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

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


#d125cf Background Color

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

This div background color is #d125cf


#d125cf Border Color

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

This div border color is #d125cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d125cf


Comments

No comments written yet.

Please login to write comment.