Color Hex Logo

#d40763 Color Hex

#D40763
(212,7,99)
0 Favorites   0 Comments

Color spaces of #d40763

RGB 212799
HSL0.930.940.43
HSV333°97°83°
CMYK 0.000.970.53   0.17
XYZ29.479515.049913.1556
Yxy15.04990.51100.2609
Hunter Lab38.794267.75137.0500
CIE-Lab45.702572.49327.5100

#d40763 color RGB value is (212,7,99).

#d40763 hex color red value is 212, green value is 7 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d40763 hue: 0.93 , saturation: 0.94 and the lightness value of d40763 is 0.43.

The process color (four color CMYK) of #d40763 color hex is 0.00, 0.97, 0.53, 0.17. Web safe color of #d40763 is #cc0066. Color #d40763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000111 01100011
Octal 324 7 143
Decimal 212 7 99
Hex D4 7 63

RGB Percentages of Color #d40763

%66.67
%2.20
%31.13

CMYK Percentages of Color #d40763

%0
%97
%53
%17

Triadic Colors of #d40763

#d40763 #63d407 #0763d4

Analogous Colors of #d40763

#d40763 #d41207 #d407ca

Monochromatic Colors of #d40763

#d40763

Complementary Color

#d40763 #07d478

#d40763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d40763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d40763 Color CSS Codes

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

#d40763 Text Font Color

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

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


#d40763 Background Color

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

This div background color is #d40763


#d40763 Border Color

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

This div border color is #d40763


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,7,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d40763; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d40763;
  -webkit-box-shadow: 1px 1px 3px 2px #d40763;
  box-shadow:         1px 1px 3px 2px #d40763; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,7,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d40763


Comments

No comments written yet.

Please login to write comment.