Color Hex Logo

#d12693 Color Hex

#D12693
(209,38,147)
0 Favorites   0 Comments

Color spaces of #d12693

RGB 20938147
HSL0.890.690.48
HSV322°82°82°
CMYK 0.000.820.30   0.18
XYZ32.254117.048129.1944
Yxy17.04810.41090.2172
Hunter Lab41.289367.1829-13.0196
CIE-Lab48.320671.5098-18.0688

#d12693 color RGB value is (209,38,147).

#d12693 hex color red value is 209, green value is 38 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d12693 hue: 0.89 , saturation: 0.69 and the lightness value of d12693 is 0.48.

The process color (four color CMYK) of #d12693 color hex is 0.00, 0.82, 0.30, 0.18. Web safe color of #d12693 is #cc3399. Color #d12693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100110 10010011
Octal 321 46 223
Decimal 209 38 147
Hex D1 26 93

RGB Percentages of Color #d12693

%53.05
%9.64
%37.31

CMYK Percentages of Color #d12693

%0
%82
%30
%18

Triadic Colors of #d12693

#d12693 #93d126 #2693d1

Analogous Colors of #d12693

#d12693 #d1263d #ba26d1

Monochromatic Colors of #d12693

#d12693

Complementary Color

#d12693 #26d164

#d12693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12693 Color CSS Codes

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

#d12693 Text Font Color

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

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


#d12693 Background Color

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

This div background color is #d12693


#d12693 Border Color

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

This div border color is #d12693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12693


Comments

No comments written yet.

Please login to write comment.