Color Hex Logo

#d54766 Color Hex

#D54766
(213,71,102)
0 Favorites   0 Comments

Color spaces of #d54766

RGB 21371102
HSL0.960.630.56
HSV347°67°84°
CMYK 0.000.670.52   0.16
XYZ32.092119.611914.6644
Yxy19.61190.48350.2955
Hunter Lab44.285351.853711.3668
CIE-Lab51.395557.670813.6817

#d54766 color RGB value is (213,71,102).

#d54766 hex color red value is 213, green value is 71 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d54766 hue: 0.96 , saturation: 0.63 and the lightness value of d54766 is 0.56.

The process color (four color CMYK) of #d54766 color hex is 0.00, 0.67, 0.52, 0.16. Web safe color of #d54766 is #cc3366. Color #d54766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000111 01100110
Octal 325 107 146
Decimal 213 71 102
Hex D5 47 66

RGB Percentages of Color #d54766

%55.18
%18.39
%26.42

CMYK Percentages of Color #d54766

%0
%67
%52
%16

Triadic Colors of #d54766

#d54766 #66d547 #4766d5

Analogous Colors of #d54766

#d54766 #d56f47 #d547ad

Monochromatic Colors of #d54766

#d54766

Complementary Color

#d54766 #47d5b6

#d54766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54766 Color CSS Codes

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

#d54766 Text Font Color

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

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


#d54766 Background Color

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

This div background color is #d54766


#d54766 Border Color

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

This div border color is #d54766


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,71,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54766


Comments

No comments written yet.

Please login to write comment.