Color Hex Logo

#d12ebf Color Hex

#D12EBF
(209,46,191)
0 Favorites   0 Comments

Color spaces of #d12ebf

RGB 20946191
HSL0.850.640.50
HSV307°78°82°
CMYK 0.000.780.09   0.18
XYZ36.675519.270951.0769
Yxy19.27090.34270.1801
Hunter Lab43.898672.3068-38.2560
CIE-Lab51.002775.2076-39.8784

#d12ebf color RGB value is (209,46,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101110 10111111
Octal 321 56 277
Decimal 209 46 191
Hex D1 2E BF

RGB Percentages of Color #d12ebf

%46.86
%10.31
%42.83

CMYK Percentages of Color #d12ebf

%0
%78
%9
%18

Triadic Colors of #d12ebf

#d12ebf #bfd12e #2ebfd1

Analogous Colors of #d12ebf

#d12ebf #d12e6e #922ed1

Monochromatic Colors of #d12ebf

#d12ebf

Complementary Color

#d12ebf #2ed140

#d12ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12ebf Color CSS Codes

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

#d12ebf Text Font Color

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

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


#d12ebf Background Color

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

This div background color is #d12ebf


#d12ebf Border Color

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

This div border color is #d12ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12ebf


Comments

No comments written yet.

Please login to write comment.