Color Hex Logo

#d12fee Color Hex

#D12FEE
(209,47,238)
0 Favorites   0 Comments

Color spaces of #d12fee

RGB 20947238
HSL0.810.850.56
HSV291°80°93°
CMYK 0.120.800.00   0.07
XYZ42.743621.761482.8364
Yxy21.76140.29010.1477
Hunter Lab46.649181.9198-72.6289
CIE-Lab53.772982.3271-62.2807

#d12fee color RGB value is (209,47,238).

#d12fee hex color red value is 209, green value is 47 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d12fee hue: 0.81 , saturation: 0.85 and the lightness value of d12fee is 0.56.

The process color (four color CMYK) of #d12fee color hex is 0.12, 0.80, 0.00, 0.07. Web safe color of #d12fee is #cc33ff. Color #d12fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101111 11101110
Octal 321 57 356
Decimal 209 47 238
Hex D1 2F EE

RGB Percentages of Color #d12fee

%42.31
%9.51
%48.18

CMYK Percentages of Color #d12fee

%12
%80
%0
%7

Triadic Colors of #d12fee

#d12fee #eed12f #2feed1

Analogous Colors of #d12fee

#d12fee #ee2fac #722fee

Monochromatic Colors of #d12fee

#d12fee

Complementary Color

#d12fee #4cee2f

#d12fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12fee Color CSS Codes

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

#d12fee Text Font Color

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

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


#d12fee Background Color

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

This div background color is #d12fee


#d12fee Border Color

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

This div border color is #d12fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12fee


Comments

No comments written yet.

Please login to write comment.