Color Hex Logo

#d43565 Color Hex

#D43565
(212,53,101)
0 Favorites   0 Comments

Color spaces of #d43565

RGB 21253101
HSL0.950.650.52
HSV342°75°83°
CMYK 0.000.750.52   0.17
XYZ30.773417.482814.0645
Yxy17.48280.49380.2805
Hunter Lab41.812458.20199.3253
CIE-Lab48.862763.752510.7322

#d43565 color RGB value is (212,53,101).

#d43565 hex color red value is 212, green value is 53 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d43565 hue: 0.95 , saturation: 0.65 and the lightness value of d43565 is 0.52.

The process color (four color CMYK) of #d43565 color hex is 0.00, 0.75, 0.52, 0.17. Web safe color of #d43565 is #cc3366. Color #d43565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110101 01100101
Octal 324 65 145
Decimal 212 53 101
Hex D4 35 65

RGB Percentages of Color #d43565

%57.92
%14.48
%27.60

CMYK Percentages of Color #d43565

%0
%75
%52
%17

Triadic Colors of #d43565

#d43565 #65d435 #3565d4

Analogous Colors of #d43565

#d43565 #d45535 #d435b5

Monochromatic Colors of #d43565

#d43565

Complementary Color

#d43565 #35d4a4

#d43565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43565 Color CSS Codes

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

#d43565 Text Font Color

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

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


#d43565 Background Color

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

This div background color is #d43565


#d43565 Border Color

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

This div border color is #d43565


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,53,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d43565; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d43565;
  -webkit-box-shadow: 1px 1px 3px 2px #d43565;
  box-shadow:         1px 1px 3px 2px #d43565; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,53,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43565


Comments

No comments written yet.

Please login to write comment.