Color Hex Logo

#d115dc Color Hex

#D115DC
(209,21,220)
0 Favorites   0 Comments

Color spaces of #d115dc

RGB 20921220
HSL0.820.830.47
HSV297°90°86°
CMYK 0.050.900.00   0.14
XYZ39.480919.258969.3466
Yxy19.25890.30820.1504
Hunter Lab43.885083.7880-62.9700
CIE-Lab50.988784.3219-56.5774

#d115dc color RGB value is (209,21,220).

#d115dc hex color red value is 209, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d115dc hue: 0.82 , saturation: 0.83 and the lightness value of d115dc is 0.47.

The process color (four color CMYK) of #d115dc color hex is 0.05, 0.90, 0.00, 0.14. Web safe color of #d115dc is #cc00cc. Color #d115dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010101 11011100
Octal 321 25 334
Decimal 209 21 220
Hex D1 15 DC

RGB Percentages of Color #d115dc

%46.44
%4.67
%48.89

CMYK Percentages of Color #d115dc

%5
%90
%0
%14

Triadic Colors of #d115dc

#d115dc #dcd115 #15dcd1

Analogous Colors of #d115dc

#d115dc #dc1584 #6e15dc

Monochromatic Colors of #d115dc

#d115dc

Complementary Color

#d115dc #20dc15

#d115dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d115dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d115dc Color CSS Codes

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

#d115dc Text Font Color

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

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


#d115dc Background Color

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

This div background color is #d115dc


#d115dc Border Color

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

This div border color is #d115dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d115dc


Comments

No comments written yet.

Please login to write comment.