Color Hex Logo

#d12bee Color Hex

#D12BEE
(209,43,238)
0 Favorites   0 Comments

Color spaces of #d12bee

RGB 20943238
HSL0.810.850.55
HSV291°82°93°
CMYK 0.120.820.00   0.07
XYZ42.591021.456182.7856
Yxy21.45610.29010.1461
Hunter Lab46.320783.0660-73.5401
CIE-Lab53.445183.2837-62.8086

#d12bee color RGB value is (209,43,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101011 11101110
Octal 321 53 356
Decimal 209 43 238
Hex D1 2B EE

RGB Percentages of Color #d12bee

%42.65
%8.78
%48.57

CMYK Percentages of Color #d12bee

%12
%82
%0
%7

Triadic Colors of #d12bee

#d12bee #eed12b #2beed1

Analogous Colors of #d12bee

#d12bee #ee2baa #702bee

Monochromatic Colors of #d12bee

#d12bee

Complementary Color

#d12bee #48ee2b

#d12bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12bee Color CSS Codes

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

#d12bee Text Font Color

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

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


#d12bee Background Color

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

This div background color is #d12bee


#d12bee Border Color

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

This div border color is #d12bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,43,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 #d12bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12bee


Comments

No comments written yet.

Please login to write comment.