Color Hex Logo

#d124cd Color Hex

#D124CD
(209,36,205)
0 Favorites   0 Comments

Color spaces of #d124cd

RGB 20936205
HSL0.840.710.48
HSV301°83°82°
CMYK 0.000.830.02   0.18
XYZ37.944819.224859.4685
Yxy19.22480.32530.1648
Hunter Lab43.846177.7448-49.7228
CIE-Lab50.949279.5899-48.0533

#d124cd color RGB value is (209,36,205).

#d124cd hex color red value is 209, green value is 36 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d124cd hue: 0.84 , saturation: 0.71 and the lightness value of d124cd is 0.48.

The process color (four color CMYK) of #d124cd color hex is 0.00, 0.83, 0.02, 0.18. Web safe color of #d124cd is #cc33cc. Color #d124cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100100 11001101
Octal 321 44 315
Decimal 209 36 205
Hex D1 24 CD

RGB Percentages of Color #d124cd

%46.44
%8.00
%45.56

CMYK Percentages of Color #d124cd

%0
%83
%2
%18

Triadic Colors of #d124cd

#d124cd #cdd124 #24cdd1

Analogous Colors of #d124cd

#d124cd #d12477 #7f24d1

Monochromatic Colors of #d124cd

#d124cd

Complementary Color

#d124cd #24d128

#d124cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d124cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d124cd Color CSS Codes

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

#d124cd Text Font Color

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

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


#d124cd Background Color

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

This div background color is #d124cd


#d124cd Border Color

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

This div border color is #d124cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d124cd


Comments

No comments written yet.

Please login to write comment.