Color Hex Logo

#d53294 Color Hex

#D53294
(213,50,148)
0 Favorites   0 Comments

Color spaces of #d53294

RGB 21350148
HSL0.900.660.52
HSV324°77°84°
CMYK 0.000.770.31   0.16
XYZ33.926518.565529.8123
Yxy18.56550.41220.2256
Hunter Lab43.087765.1443-10.8612
CIE-Lab50.174969.4434-15.7752

#d53294 color RGB value is (213,50,148).

#d53294 hex color red value is 213, green value is 50 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d53294 hue: 0.90 , saturation: 0.66 and the lightness value of d53294 is 0.52.

The process color (four color CMYK) of #d53294 color hex is 0.00, 0.77, 0.31, 0.16. Web safe color of #d53294 is #cc3399. Color #d53294 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110010 10010100
Octal 325 62 224
Decimal 213 50 148
Hex D5 32 94

RGB Percentages of Color #d53294

%51.82
%12.17
%36.01

CMYK Percentages of Color #d53294

%0
%77
%31
%16

Triadic Colors of #d53294

#d53294 #94d532 #3294d5

Analogous Colors of #d53294

#d53294 #d53242 #c532d5

Monochromatic Colors of #d53294

#d53294

Complementary Color

#d53294 #32d573

#d53294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53294 Color CSS Codes

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

#d53294 Text Font Color

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

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


#d53294 Background Color

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

This div background color is #d53294


#d53294 Border Color

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

This div border color is #d53294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53294


Comments

No comments written yet.

Please login to write comment.