Color Hex Logo

#d63457 Color Hex

#D63457
(214,52,87)
0 Favorites   0 Comments

Color spaces of #d63457

RGB 2145287
HSL0.960.660.52
HSV347°76°84°
CMYK 0.000.760.59   0.16
XYZ30.679817.440210.7661
Yxy17.44020.52100.2962
Hunter Lab41.761558.051313.9481
CIE-Lab48.810063.631419.2581

#d63457 color RGB value is (214,52,87).

#d63457 hex color red value is 214, green value is 52 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #d63457 hue: 0.96 , saturation: 0.66 and the lightness value of d63457 is 0.52.

The process color (four color CMYK) of #d63457 color hex is 0.00, 0.76, 0.59, 0.16. Web safe color of #d63457 is #cc3366. Color #d63457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110100 01010111
Octal 326 64 127
Decimal 214 52 87
Hex D6 34 57

RGB Percentages of Color #d63457

%60.62
%14.73
%24.65

CMYK Percentages of Color #d63457

%0
%76
%59
%16

Triadic Colors of #d63457

#d63457 #57d634 #3457d6

Analogous Colors of #d63457

#d63457 #d66234 #d634a8

Monochromatic Colors of #d63457

#d63457

Complementary Color

#d63457 #34d6b3

#d63457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63457 Color CSS Codes

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

#d63457 Text Font Color

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

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


#d63457 Background Color

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

This div background color is #d63457


#d63457 Border Color

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

This div border color is #d63457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63457


Comments

No comments written yet.

Please login to write comment.