Color Hex Logo

#d126ef Color Hex

#D126EF
(209,38,239)
0 Favorites   0 Comments

Color spaces of #d126ef

RGB 20938239
HSL0.810.860.54
HSV291°84°94°
CMYK 0.130.840.00   0.06
XYZ42.567621.173583.5047
Yxy21.17350.28910.1438
Hunter Lab46.014784.6025-75.3857
CIE-Lab53.138984.5336-63.8636

#d126ef color RGB value is (209,38,239).

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

The process color (four color CMYK) of #d126ef color hex is 0.13, 0.84, 0.00, 0.06. Web safe color of #d126ef is #cc33ff. Color #d126ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100110 11101111
Octal 321 46 357
Decimal 209 38 239
Hex D1 26 EF

RGB Percentages of Color #d126ef

%43.00
%7.82
%49.18

CMYK Percentages of Color #d126ef

%13
%84
%0
%6

Triadic Colors of #d126ef

#d126ef #efd126 #26efd1

Analogous Colors of #d126ef

#d126ef #ef26a9 #6d26ef

Monochromatic Colors of #d126ef

#d126ef

Complementary Color

#d126ef #44ef26

#d126ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d126ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d126ef Color CSS Codes

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

#d126ef Text Font Color

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

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


#d126ef Background Color

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

This div background color is #d126ef


#d126ef Border Color

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

This div border color is #d126ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d126ef


Comments

No comments written yet.

Please login to write comment.