Color Hex Logo

#d11cff Color Hex

#D11CFF
(209,28,255)
0 Favorites   0 Comments

Color spaces of #d11cff

RGB 20928255
HSL0.801.000.55
HSV288°89°100°
CMYK 0.180.890.00   0.00
XYZ44.759721.605896.4190
Yxy21.60580.27500.1327
Hunter Lab46.482090.5423-90.4495
CIE-Lab53.606288.9761-72.0466

#d11cff color RGB value is (209,28,255).

#d11cff hex color red value is 209, green value is 28 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d11cff hue: 0.80 , saturation: 1.00 and the lightness value of d11cff is 0.55.

The process color (four color CMYK) of #d11cff color hex is 0.18, 0.89, 0.00, 0.00. Web safe color of #d11cff is #cc33ff. Color #d11cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011100 11111111
Octal 321 34 377
Decimal 209 28 255
Hex D1 1C FF

RGB Percentages of Color #d11cff

%42.48
%5.69
%51.83

CMYK Percentages of Color #d11cff

%18
%89
%0
%0

Triadic Colors of #d11cff

#d11cff #ffd11c #1cffd1

Analogous Colors of #d11cff

#d11cff #ff1cbc #601cff

Monochromatic Colors of #d11cff

#d11cff

Complementary Color

#d11cff #4aff1c

#d11cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11cff Color CSS Codes

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

#d11cff Text Font Color

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

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


#d11cff Background Color

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

This div background color is #d11cff


#d11cff Border Color

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

This div border color is #d11cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11cff


Comments

No comments written yet.

Please login to write comment.