Color Hex Logo

#d12386 Color Hex

#D12386
(209,35,134)
0 Favorites   0 Comments

Color spaces of #d12386

RGB 20935134
HSL0.910.710.48
HSV326°83°82°
CMYK 0.000.830.36   0.18
XYZ31.198616.478624.0906
Yxy16.47860.43470.2296
Hunter Lab40.593866.1478-6.7702
CIE-Lab47.596270.7855-11.3162

#d12386 color RGB value is (209,35,134).

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

The process color (four color CMYK) of #d12386 color hex is 0.00, 0.83, 0.36, 0.18. Web safe color of #d12386 is #cc3399. Color #d12386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100011 10000110
Octal 321 43 206
Decimal 209 35 134
Hex D1 23 86

RGB Percentages of Color #d12386

%55.29
%9.26
%35.45

CMYK Percentages of Color #d12386

%0
%83
%36
%18

Triadic Colors of #d12386

#d12386 #86d123 #2386d1

Analogous Colors of #d12386

#d12386 #d1232f #c523d1

Monochromatic Colors of #d12386

#d12386

Complementary Color

#d12386 #23d16e

#d12386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12386 Color CSS Codes

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

#d12386 Text Font Color

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

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


#d12386 Background Color

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

This div background color is #d12386


#d12386 Border Color

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

This div border color is #d12386


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,35,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12386


Comments

No comments written yet.

Please login to write comment.