Color Hex Logo

#d14265 Color Hex

#D14265
(209,66,101)
0 Favorites   0 Comments

Color spaces of #d14265

RGB 20966101
HSL0.960.610.54
HSV345°68°82°
CMYK 0.000.680.52   0.18
XYZ30.591718.391314.2494
Yxy18.39130.48380.2909
Hunter Lab42.885152.282510.3193
CIE-Lab49.967358.314212.1956

#d14265 color RGB value is (209,66,101).

#d14265 hex color red value is 209, green value is 66 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d14265 hue: 0.96 , saturation: 0.61 and the lightness value of d14265 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000010 01100101
Octal 321 102 145
Decimal 209 66 101
Hex D1 42 65

RGB Percentages of Color #d14265

%55.59
%17.55
%26.86

CMYK Percentages of Color #d14265

%0
%68
%52
%18

Triadic Colors of #d14265

#d14265 #65d142 #4265d1

Analogous Colors of #d14265

#d14265 #d16742 #d142ad

Monochromatic Colors of #d14265

#d14265

Complementary Color

#d14265 #42d1ae

#d14265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14265 Color CSS Codes

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

#d14265 Text Font Color

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

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


#d14265 Background Color

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

This div background color is #d14265


#d14265 Border Color

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

This div border color is #d14265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14265


Comments

No comments written yet.

Please login to write comment.