Color Hex Logo

#d34565 Color Hex

#D34565
(211,69,101)
0 Favorites   0 Comments

Color spaces of #d34565

RGB 21169101
HSL0.960.620.55
HSV346°67°83°
CMYK 0.000.670.52   0.17
XYZ31.341119.044714.3361
Yxy19.04470.48420.2943
Hunter Lab43.640251.822911.0710
CIE-Lab50.739557.761413.3213

#d34565 color RGB value is (211,69,101).

#d34565 hex color red value is 211, green value is 69 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d34565 hue: 0.96 , saturation: 0.62 and the lightness value of d34565 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000101 01100101
Octal 323 105 145
Decimal 211 69 101
Hex D3 45 65

RGB Percentages of Color #d34565

%55.38
%18.11
%26.51

CMYK Percentages of Color #d34565

%0
%67
%52
%17

Triadic Colors of #d34565

#d34565 #65d345 #4565d3

Analogous Colors of #d34565

#d34565 #d36c45 #d345ac

Monochromatic Colors of #d34565

#d34565

Complementary Color

#d34565 #45d3b3

#d34565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34565 Color CSS Codes

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

#d34565 Text Font Color

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

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


#d34565 Background Color

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

This div background color is #d34565


#d34565 Border Color

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

This div border color is #d34565


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,69,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 #d34565">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34565


Comments

No comments written yet.

Please login to write comment.