Color Hex Logo

#d54263 Color Hex

#D54263
(213,66,99)
0 Favorites   0 Comments

Color spaces of #d54263

RGB 2136699
HSL0.960.640.55
HSV347°69°84°
CMYK 0.000.690.54   0.16
XYZ31.640918.943413.7932
Yxy18.94340.49150.2943
Hunter Lab43.524053.598111.6772
CIE-Lab50.620959.370314.4179

#d54263 color RGB value is (213,66,99).

#d54263 hex color red value is 213, green value is 66 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d54263 hue: 0.96 , saturation: 0.64 and the lightness value of d54263 is 0.55.

The process color (four color CMYK) of #d54263 color hex is 0.00, 0.69, 0.54, 0.16. Web safe color of #d54263 is #cc3366. Color #d54263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 01100011
Octal 325 102 143
Decimal 213 66 99
Hex D5 42 63

RGB Percentages of Color #d54263

%56.35
%17.46
%26.19

CMYK Percentages of Color #d54263

%0
%69
%54
%16

Triadic Colors of #d54263

#d54263 #63d542 #4263d5

Analogous Colors of #d54263

#d54263 #d56b42 #d542ad

Monochromatic Colors of #d54263

#d54263

Complementary Color

#d54263 #42d5b4

#d54263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54263 Color CSS Codes

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

#d54263 Text Font Color

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

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


#d54263 Background Color

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

This div background color is #d54263


#d54263 Border Color

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

This div border color is #d54263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,66,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 #d54263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54263


Comments

No comments written yet.

Please login to write comment.