color codes Logo

#d6057f color codes

#D6057F
(214,5,127)
0 Favorites   0 Comments

Color spaces of #d6057f

RGB 2145127
HSL0.900.950.43
HSV325°98°84°
CMYK 0.000.980.41   0.16
XYZ31.616615.937021.4884
Yxy15.93700.45790.2308
Hunter Lab39.921271.5056-3.9693
CIE-Lab46.891775.3557-8.0084

#d6057f color RGB value is (214,5,127).

#d6057f hex color red value is 214, green value is 5 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d6057f hue: 0.90 , saturation: 0.95 and the lightness value of d6057f is 0.43.

The process color (four color CMYK) of #d6057f color code is 0.00, 0.98, 0.41, 0.16. Web safe color of #d6057f is #cc0066. Color #d6057f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000101 01111111
Octal 326 5 177
Decimal 214 5 127
Hex D6 5 7F

RGB Percentages of Color #d6057f

%61.85
%1.45
%36.71

CMYK Percentages of Color #d6057f

%0
%98
%41
%16

Triadic Colors of #d6057f

#d6057f #7fd605 #057fd6

Analogous Colors of #d6057f

#d6057f #d60516 #c505d6

Monochromatic Colors of #d6057f

#d6057f

Complementary Color

#d6057f #05d65c

#d6057f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6057f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6057f Color CSS Codes

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

#d6057f Text Font Color

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

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


#d6057f Background Color

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

This div background color is #d6057f


#d6057f Border Color

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

This div border color is #d6057f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,5,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6057f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6057f;
  -webkit-box-shadow: 1px 1px 3px 2px #d6057f;
  box-shadow:         1px 1px 3px 2px #d6057f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,5,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6057f


Comments

No comments written yet.

Please login to write comment.