Color Hex Logo

#d12cef Color Hex

#D12CEF
(209,44,239)
0 Favorites   0 Comments

Color spaces of #d12cef

RGB 20944239
HSL0.810.860.55
HSV291°82°94°
CMYK 0.130.820.00   0.06
XYZ42.775221.588783.5739
Yxy21.58870.28910.1459
Hunter Lab46.463683.0187-74.1201
CIE-Lab53.587983.2191-63.1400

#d12cef color RGB value is (209,44,239).

#d12cef hex color red value is 209, green value is 44 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d12cef hue: 0.81 , saturation: 0.86 and the lightness value of d12cef is 0.55.

The process color (four color CMYK) of #d12cef color hex is 0.13, 0.82, 0.00, 0.06. Web safe color of #d12cef is #cc33ff. Color #d12cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101100 11101111
Octal 321 54 357
Decimal 209 44 239
Hex D1 2C EF

RGB Percentages of Color #d12cef

%42.48
%8.94
%48.58

CMYK Percentages of Color #d12cef

%13
%82
%0
%6

Triadic Colors of #d12cef

#d12cef #efd12c #2cefd1

Analogous Colors of #d12cef

#d12cef #ef2cac #702cef

Monochromatic Colors of #d12cef

#d12cef

Complementary Color

#d12cef #4aef2c

#d12cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12cef Color CSS Codes

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

#d12cef Text Font Color

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

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


#d12cef Background Color

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

This div background color is #d12cef


#d12cef Border Color

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

This div border color is #d12cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12cef


Comments

No comments written yet.

Please login to write comment.