Color Hex Logo

#d12cbe Color Hex

#D12CBE
(209,44,190)
0 Favorites   0 Comments

Color spaces of #d12cbe

RGB 20944190
HSL0.850.650.50
HSV307°79°82°
CMYK 0.000.790.09   0.18
XYZ36.489419.074450.4737
Yxy19.07440.34410.1799
Hunter Lab43.674272.7050-37.9486
CIE-Lab50.774175.5759-39.6582

#d12cbe color RGB value is (209,44,190).

#d12cbe hex color red value is 209, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d12cbe hue: 0.85 , saturation: 0.65 and the lightness value of d12cbe is 0.50.

The process color (four color CMYK) of #d12cbe color hex is 0.00, 0.79, 0.09, 0.18. Web safe color of #d12cbe is #cc33cc. Color #d12cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101100 10111110
Octal 321 54 276
Decimal 209 44 190
Hex D1 2C BE

RGB Percentages of Color #d12cbe

%47.18
%9.93
%42.89

CMYK Percentages of Color #d12cbe

%0
%79
%9
%18

Triadic Colors of #d12cbe

#d12cbe #bed12c #2cbed1

Analogous Colors of #d12cbe

#d12cbe #d12c6c #922cd1

Monochromatic Colors of #d12cbe

#d12cbe

Complementary Color

#d12cbe #2cd13f

#d12cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12cbe Color CSS Codes

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

#d12cbe Text Font Color

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

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


#d12cbe Background Color

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

This div background color is #d12cbe


#d12cbe Border Color

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

This div border color is #d12cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12cbe


Comments

No comments written yet.

Please login to write comment.