Color Hex Logo

#d126ec Color Hex

#D126EC
(209,38,236)
0 Favorites   0 Comments

Color spaces of #d126ec

RGB 20938236
HSL0.810.840.54
HSV292°84°93°
CMYK 0.110.840.00   0.07
XYZ42.127920.997781.1894
Yxy20.99770.29190.1455
Hunter Lab45.823283.9145-72.9735
CIE-Lab52.947084.0390-62.4866

#d126ec color RGB value is (209,38,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100110 11101100
Octal 321 46 354
Decimal 209 38 236
Hex D1 26 EC

RGB Percentages of Color #d126ec

%43.27
%7.87
%48.86

CMYK Percentages of Color #d126ec

%11
%84
%0
%7

Triadic Colors of #d126ec

#d126ec #ecd126 #26ecd1

Analogous Colors of #d126ec

#d126ec #ec26a4 #6e26ec

Monochromatic Colors of #d126ec

#d126ec

Complementary Color

#d126ec #41ec26

#d126ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d126ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d126ec Color CSS Codes

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

#d126ec Text Font Color

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

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


#d126ec Background Color

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

This div background color is #d126ec


#d126ec Border Color

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

This div border color is #d126ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d126ec


Comments

No comments written yet.

Please login to write comment.