Color Hex Logo

#d12365 Color Hex

#D12365
(209,35,101)
0 Favorites   0 Comments

Color spaces of #d12365

RGB 20935101
HSL0.940.710.48
HSV337°83°82°
CMYK 0.000.830.52   0.18
XYZ29.244515.697013.8004
Yxy15.69700.49780.2672
Hunter Lab39.619462.42317.0815
CIE-Lab46.574467.83307.4237

#d12365 color RGB value is (209,35,101).

#d12365 hex color red value is 209, green value is 35 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d12365 hue: 0.94 , saturation: 0.71 and the lightness value of d12365 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100011 01100101
Octal 321 43 145
Decimal 209 35 101
Hex D1 23 65

RGB Percentages of Color #d12365

%60.58
%10.14
%29.28

CMYK Percentages of Color #d12365

%0
%83
%52
%18

Triadic Colors of #d12365

#d12365 #65d123 #2365d1

Analogous Colors of #d12365

#d12365 #d13823 #d123bc

Monochromatic Colors of #d12365

#d12365

Complementary Color

#d12365 #23d18f

#d12365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12365 Color CSS Codes

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

#d12365 Text Font Color

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

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


#d12365 Background Color

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

This div background color is #d12365


#d12365 Border Color

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

This div border color is #d12365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12365


Comments

No comments written yet.

Please login to write comment.