Color Hex Logo

#d127ed Color Hex

#D127ED
(209,39,237)
0 Favorites   0 Comments

Color spaces of #d127ed

RGB 20939237
HSL0.810.850.54
HSV292°84°93°
CMYK 0.120.840.00   0.07
XYZ42.306121.120881.9677
Yxy21.12080.29100.1453
Hunter Lab45.957483.8929-73.5771
CIE-Lab53.081483.9961-62.8324

#d127ed color RGB value is (209,39,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100111 11101101
Octal 321 47 355
Decimal 209 39 237
Hex D1 27 ED

RGB Percentages of Color #d127ed

%43.09
%8.04
%48.87

CMYK Percentages of Color #d127ed

%12
%84
%0
%7

Triadic Colors of #d127ed

#d127ed #edd127 #27edd1

Analogous Colors of #d127ed

#d127ed #ed27a6 #6e27ed

Monochromatic Colors of #d127ed

#d127ed

Complementary Color

#d127ed #43ed27

#d127ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d127ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d127ed Color CSS Codes

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

#d127ed Text Font Color

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

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


#d127ed Background Color

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

This div background color is #d127ed


#d127ed Border Color

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

This div border color is #d127ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d127ed


Comments

No comments written yet.

Please login to write comment.