Color Hex Logo

#d62680 Color Hex

#D62680
(214,38,128)
0 Favorites   0 Comments

Color spaces of #d62680

RGB 21438128
HSL0.910.700.49
HSV329°82°84°
CMYK 0.000.820.40   0.16
XYZ32.321017.240922.0464
Yxy17.24090.45140.2408
Hunter Lab41.522266.2813-2.4148
CIE-Lab48.562170.7096-6.1277

#d62680 color RGB value is (214,38,128).

#d62680 hex color red value is 214, green value is 38 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d62680 hue: 0.91 , saturation: 0.70 and the lightness value of d62680 is 0.49.

The process color (four color CMYK) of #d62680 color hex is 0.00, 0.82, 0.40, 0.16. Web safe color of #d62680 is #cc3399. Color #d62680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100110 10000000
Octal 326 46 200
Decimal 214 38 128
Hex D6 26 80

RGB Percentages of Color #d62680

%56.32
%10.00
%33.68

CMYK Percentages of Color #d62680

%0
%82
%40
%16

Triadic Colors of #d62680

#d62680 #80d626 #2680d6

Analogous Colors of #d62680

#d62680 #d62628 #d426d6

Monochromatic Colors of #d62680

#d62680

Complementary Color

#d62680 #26d67c

#d62680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62680 Color CSS Codes

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

#d62680 Text Font Color

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

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


#d62680 Background Color

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

This div background color is #d62680


#d62680 Border Color

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

This div border color is #d62680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62680


Comments

No comments written yet.

Please login to write comment.