Color Hex Logo

#d73264 Color Hex

#D73264
(215,50,100)
0 Favorites   0 Comments

Color spaces of #d73264

RGB 21550100
HSL0.950.670.52
HSV342°77°84°
CMYK 0.000.770.53   0.16
XYZ31.465217.648413.8047
Yxy17.64840.50010.2805
Hunter Lab42.010060.17789.9240
CIE-Lab49.066865.426311.7105

#d73264 color RGB value is (215,50,100).

#d73264 hex color red value is 215, green value is 50 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d73264 hue: 0.95 , saturation: 0.67 and the lightness value of d73264 is 0.52.

The process color (four color CMYK) of #d73264 color hex is 0.00, 0.77, 0.53, 0.16. Web safe color of #d73264 is #cc3366. Color #d73264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110010 01100100
Octal 327 62 144
Decimal 215 50 100
Hex D7 32 64

RGB Percentages of Color #d73264

%58.90
%13.70
%27.40

CMYK Percentages of Color #d73264

%0
%77
%53
%16

Triadic Colors of #d73264

#d73264 #64d732 #3264d7

Analogous Colors of #d73264

#d73264 #d75332 #d732b7

Monochromatic Colors of #d73264

#d73264

Complementary Color

#d73264 #32d7a5

#d73264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73264 Color CSS Codes

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

#d73264 Text Font Color

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

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


#d73264 Background Color

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

This div background color is #d73264


#d73264 Border Color

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

This div border color is #d73264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73264


Comments

No comments written yet.

Please login to write comment.