Color Hex Logo

#d126eb Color Hex

#D126EB
(209,38,235)
0 Favorites   0 Comments

Color spaces of #d126eb

RGB 20938235
HSL0.810.830.54
HSV292°84°92°
CMYK 0.110.840.00   0.08
XYZ41.983020.939780.4263
Yxy20.93970.29290.1461
Hunter Lab45.759983.6872-72.1744
CIE-Lab52.883483.8753-62.0261

#d126eb color RGB value is (209,38,235).

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

The process color (four color CMYK) of #d126eb color hex is 0.11, 0.84, 0.00, 0.08. Web safe color of #d126eb is #cc33ff. Color #d126eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100110 11101011
Octal 321 46 353
Decimal 209 38 235
Hex D1 26 EB

RGB Percentages of Color #d126eb

%43.36
%7.88
%48.76

CMYK Percentages of Color #d126eb

%11
%84
%0
%8

Triadic Colors of #d126eb

#d126eb #ebd126 #26ebd1

Analogous Colors of #d126eb

#d126eb #eb26a3 #6f26eb

Monochromatic Colors of #d126eb

#d126eb

Complementary Color

#d126eb #40eb26

#d126eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d126eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d126eb Color CSS Codes

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

#d126eb Text Font Color

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

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


#d126eb Background Color

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

This div background color is #d126eb


#d126eb Border Color

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

This div border color is #d126eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d126eb


Comments

No comments written yet.

Please login to write comment.