color codes Logo

#d0127c color codes

#D0127C
(208,18,124)
0 Favorites   0 Comments

Color spaces of #d0127c

RGB 20818124
HSL0.910.840.44
HSV327°91°82°
CMYK 0.000.910.40   0.18
XYZ29.866815.297720.4474
Yxy15.29770.45520.2332
Hunter Lab39.112367.8592-3.6175
CIE-Lab46.039372.5172-7.5666

#d0127c color RGB value is (208,18,124).

#d0127c hex color red value is 208, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d0127c hue: 0.91 , saturation: 0.84 and the lightness value of d0127c is 0.44.

The process color (four color CMYK) of #d0127c color code is 0.00, 0.91, 0.40, 0.18. Web safe color of #d0127c is #cc0066. Color #d0127c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010010 01111100
Octal 320 22 174
Decimal 208 18 124
Hex D0 12 7C

RGB Percentages of Color #d0127c

%59.43
%5.14
%35.43

CMYK Percentages of Color #d0127c

%0
%91
%40
%18

Triadic Colors of #d0127c

#d0127c #7cd012 #127cd0

Analogous Colors of #d0127c

#d0127c #d0121d #c512d0

Monochromatic Colors of #d0127c

#d0127c

Complementary Color

#d0127c #12d066

#d0127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0127c Color CSS Codes

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

#d0127c Text Font Color

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

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


#d0127c Background Color

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

This div background color is #d0127c


#d0127c Border Color

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

This div border color is #d0127c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,18,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0127c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0127c;
  -webkit-box-shadow: 1px 1px 3px 2px #d0127c;
  box-shadow:         1px 1px 3px 2px #d0127c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,18,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0127c


Comments

No comments written yet.

Please login to write comment.