Color Hex Logo

#d12088 Color Hex

#D12088
(209,32,136)
0 Favorites   0 Comments

Color spaces of #d12088

RGB 20932136
HSL0.900.730.47
HSV325°85°82°
CMYK 0.000.850.35   0.18
XYZ31.254916.365924.8042
Yxy16.36590.43150.2260
Hunter Lab40.454867.1111-8.0344
CIE-Lab47.450971.6192-12.7495

#d12088 color RGB value is (209,32,136).

#d12088 hex color red value is 209, green value is 32 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #d12088 hue: 0.90 , saturation: 0.73 and the lightness value of d12088 is 0.47.

The process color (four color CMYK) of #d12088 color hex is 0.00, 0.85, 0.35, 0.18. Web safe color of #d12088 is #cc3399. Color #d12088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 10001000
Octal 321 40 210
Decimal 209 32 136
Hex D1 20 88

RGB Percentages of Color #d12088

%55.44
%8.49
%36.07

CMYK Percentages of Color #d12088

%0
%85
%35
%18

Triadic Colors of #d12088

#d12088 #88d120 #2088d1

Analogous Colors of #d12088

#d12088 #d1202f #c220d1

Monochromatic Colors of #d12088

#d12088

Complementary Color

#d12088 #20d169

#d12088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12088 Color CSS Codes

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

#d12088 Text Font Color

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

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


#d12088 Background Color

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

This div background color is #d12088


#d12088 Border Color

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

This div border color is #d12088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12088


Comments

No comments written yet.

Please login to write comment.