Color Hex Logo

#d54287 Color Hex

#D54287
(213,66,135)
0 Favorites   0 Comments

Color spaces of #d54287

RGB 21366135
HSL0.920.640.55
HSV332°69°84°
CMYK 0.000.690.37   0.16
XYZ33.762019.791824.9624
Yxy19.79180.43000.2521
Hunter Lab44.488057.6100-2.1263
CIE-Lab51.601062.7224-5.8533

#d54287 color RGB value is (213,66,135).

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

The process color (four color CMYK) of #d54287 color hex is 0.00, 0.69, 0.37, 0.16. Web safe color of #d54287 is #cc3399. Color #d54287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 10000111
Octal 325 102 207
Decimal 213 66 135
Hex D5 42 87

RGB Percentages of Color #d54287

%51.45
%15.94
%32.61

CMYK Percentages of Color #d54287

%0
%69
%37
%16

Triadic Colors of #d54287

#d54287 #87d542 #4287d5

Analogous Colors of #d54287

#d54287 #d54742 #d542d1

Monochromatic Colors of #d54287

#d54287

Complementary Color

#d54287 #42d590

#d54287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54287 Color CSS Codes

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

#d54287 Text Font Color

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

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


#d54287 Background Color

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

This div background color is #d54287


#d54287 Border Color

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

This div border color is #d54287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54287


Comments

No comments written yet.

Please login to write comment.