Color Hex Logo

#d123d1 Color Hex

#D123D1
(209,35,209)
0 Favorites   0 Comments

Color spaces of #d123d1

RGB 20935209
HSL0.830.710.48
HSV300°83°82°
CMYK 0.000.830.00   0.18
XYZ38.404219.360862.0345
Yxy19.36080.32060.1616
Hunter Lab44.000978.7940-52.7891
CIE-Lab51.106780.3909-50.1001

#d123d1 color RGB value is (209,35,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100011 11010001
Octal 321 43 321
Decimal 209 35 209
Hex D1 23 D1

RGB Percentages of Color #d123d1

%46.14
%7.73
%46.14

CMYK Percentages of Color #d123d1

%0
%83
%0
%18

Triadic Colors of #d123d1

#d123d1 #d1d123 #23d1d1

Analogous Colors of #d123d1

#d123d1 #d1237a #7a23d1

Monochromatic Colors of #d123d1

#d123d1

Complementary Color

#d123d1 #23d123

#d123d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d123d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d123d1 Color CSS Codes

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

#d123d1 Text Font Color

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

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


#d123d1 Background Color

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

This div background color is #d123d1


#d123d1 Border Color

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

This div border color is #d123d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d123d1


Comments

No comments written yet.

Please login to write comment.