Color Hex Logo

#d103dd Color Hex

#D103DD
(209,3,221)
0 Favorites   0 Comments

Color spaces of #d103dd

RGB 2093221
HSL0.820.970.44
HSV297°99°87°
CMYK 0.050.990.00   0.13
XYZ39.378218.840969.9678
Yxy18.84090.30720.1470
Hunter Lab43.406185.9753-65.1873
CIE-Lab50.500586.1024-57.9314

#d103dd color RGB value is (209,3,221).

#d103dd hex color red value is 209, green value is 3 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d103dd hue: 0.82 , saturation: 0.97 and the lightness value of d103dd is 0.44.

The process color (four color CMYK) of #d103dd color hex is 0.05, 0.99, 0.00, 0.13. Web safe color of #d103dd is #cc00cc. Color #d103dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000011 11011101
Octal 321 3 335
Decimal 209 3 221
Hex D1 3 DD

RGB Percentages of Color #d103dd

%48.27
%0.69
%51.04

CMYK Percentages of Color #d103dd

%5
%99
%0
%13

Triadic Colors of #d103dd

#d103dd #ddd103 #03ddd1

Analogous Colors of #d103dd

#d103dd #dd037c #6403dd

Monochromatic Colors of #d103dd

#d103dd

Complementary Color

#d103dd #0fdd03

#d103dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d103dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d103dd Color CSS Codes

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

#d103dd Text Font Color

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

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


#d103dd Background Color

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

This div background color is #d103dd


#d103dd Border Color

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

This div border color is #d103dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d103dd


Comments

No comments written yet.

Please login to write comment.