Color Hex Logo

#d62653 Color Hex

#D62653
(214,38,83)
0 Favorites   0 Comments

Color spaces of #d62653

RGB 2143883
HSL0.960.700.49
HSV345°82°84°
CMYK 0.000.820.61   0.16
XYZ29.986016.30699.7507
Yxy16.30690.53500.2910
Hunter Lab40.381861.879213.9509
CIE-Lab47.374667.213219.7874

#d62653 color RGB value is (214,38,83).

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

The process color (four color CMYK) of #d62653 color hex is 0.00, 0.82, 0.61, 0.16. Web safe color of #d62653 is #cc3366. Color #d62653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100110 01010011
Octal 326 46 123
Decimal 214 38 83
Hex D6 26 53

RGB Percentages of Color #d62653

%63.88
%11.34
%24.78

CMYK Percentages of Color #d62653

%0
%82
%61
%16

Triadic Colors of #d62653

#d62653 #53d626 #2653d6

Analogous Colors of #d62653

#d62653 #d65126 #d626ab

Monochromatic Colors of #d62653

#d62653

Complementary Color

#d62653 #26d6a9

#d62653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62653 Color CSS Codes

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

#d62653 Text Font Color

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

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


#d62653 Background Color

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

This div background color is #d62653


#d62653 Border Color

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

This div border color is #d62653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62653


Comments

No comments written yet.

Please login to write comment.