Color Hex Logo

#d13865 Color Hex

#D13865
(209,56,101)
0 Favorites   0 Comments

Color spaces of #d13865

RGB 20956101
HSL0.950.620.52
HSV342°73°82°
CMYK 0.000.730.52   0.18
XYZ30.057617.323214.0714
Yxy17.32320.48910.2819
Hunter Lab41.621156.07069.0899
CIE-Lab48.664761.923010.3743

#d13865 color RGB value is (209,56,101).

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

The process color (four color CMYK) of #d13865 color hex is 0.00, 0.73, 0.52, 0.18. Web safe color of #d13865 is #cc3366. Color #d13865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111000 01100101
Octal 321 70 145
Decimal 209 56 101
Hex D1 38 65

RGB Percentages of Color #d13865

%57.10
%15.30
%27.60

CMYK Percentages of Color #d13865

%0
%73
%52
%18

Triadic Colors of #d13865

#d13865 #65d138 #3865d1

Analogous Colors of #d13865

#d13865 #d15838 #d138b2

Monochromatic Colors of #d13865

#d13865

Complementary Color

#d13865 #38d1a4

#d13865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13865 Color CSS Codes

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

#d13865 Text Font Color

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

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


#d13865 Background Color

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

This div background color is #d13865


#d13865 Border Color

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

This div border color is #d13865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13865


Comments

No comments written yet.

Please login to write comment.