Color Hex Logo

#d12390 Color Hex

#D12390
(209,35,144)
0 Favorites   0 Comments

Color spaces of #d12390

RGB 20935144
HSL0.900.710.48
HSV322°83°82°
CMYK 0.000.830.31   0.18
XYZ31.929616.771027.9398
Yxy16.77100.41660.2188
Hunter Lab40.952467.5054-11.7839
CIE-Lab47.970271.8466-16.7984

#d12390 color RGB value is (209,35,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100011 10010000
Octal 321 43 220
Decimal 209 35 144
Hex D1 23 90

RGB Percentages of Color #d12390

%53.87
%9.02
%37.11

CMYK Percentages of Color #d12390

%0
%83
%31
%18

Triadic Colors of #d12390

#d12390 #90d123 #2390d1

Analogous Colors of #d12390

#d12390 #d12339 #bb23d1

Monochromatic Colors of #d12390

#d12390

Complementary Color

#d12390 #23d164

#d12390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12390 Color CSS Codes

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

#d12390 Text Font Color

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

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


#d12390 Background Color

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

This div background color is #d12390


#d12390 Border Color

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

This div border color is #d12390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12390


Comments

No comments written yet.

Please login to write comment.