Color Hex Logo

#d12269 Color Hex

#D12269
(209,34,105)
0 Favorites   0 Comments

Color spaces of #d12269

RGB 20934105
HSL0.930.720.48
HSV336°84°82°
CMYK 0.000.840.50   0.18
XYZ29.416315.719314.8483
Yxy15.71930.49040.2621
Hunter Lab39.647663.05385.5488
CIE-Lab46.604068.36514.9937

#d12269 color RGB value is (209,34,105).

#d12269 hex color red value is 209, green value is 34 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d12269 hue: 0.93 , saturation: 0.72 and the lightness value of d12269 is 0.48.

The process color (four color CMYK) of #d12269 color hex is 0.00, 0.84, 0.50, 0.18. Web safe color of #d12269 is #cc3366. Color #d12269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100010 01101001
Octal 321 42 151
Decimal 209 34 105
Hex D1 22 69

RGB Percentages of Color #d12269

%60.06
%9.77
%30.17

CMYK Percentages of Color #d12269

%0
%84
%50
%18

Triadic Colors of #d12269

#d12269 #69d122 #2269d1

Analogous Colors of #d12269

#d12269 #d13322 #d122c1

Monochromatic Colors of #d12269

#d12269

Complementary Color

#d12269 #22d18a

#d12269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12269 Color CSS Codes

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

#d12269 Text Font Color

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

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


#d12269 Background Color

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

This div background color is #d12269


#d12269 Border Color

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

This div border color is #d12269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12269


Comments

No comments written yet.

Please login to write comment.