Color Hex Logo

#d126ee Color Hex

#D126EE
(209,38,238)
0 Favorites   0 Comments

Color spaces of #d126ee

RGB 20938238
HSL0.810.850.54
HSV291°84°93°
CMYK 0.120.840.00   0.07
XYZ42.420221.114682.7286
Yxy21.11460.29000.1444
Hunter Lab45.950684.3721-74.5791
CIE-Lab53.074784.3681-63.4053

#d126ee color RGB value is (209,38,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100110 11101110
Octal 321 46 356
Decimal 209 38 238
Hex D1 26 EE

RGB Percentages of Color #d126ee

%43.09
%7.84
%49.07

CMYK Percentages of Color #d126ee

%12
%84
%0
%7

Triadic Colors of #d126ee

#d126ee #eed126 #26eed1

Analogous Colors of #d126ee

#d126ee #ee26a7 #6d26ee

Monochromatic Colors of #d126ee

#d126ee

Complementary Color

#d126ee #43ee26

#d126ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d126ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d126ee Color CSS Codes

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

#d126ee Text Font Color

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

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


#d126ee Background Color

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

This div background color is #d126ee


#d126ee Border Color

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

This div border color is #d126ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d126ee


Comments

No comments written yet.

Please login to write comment.