Color Hex Logo

#d61cff Color Hex

#D61CFF
(214,28,255)
0 Favorites   0 Comments

Color spaces of #d61cff

RGB 21428255
HSL0.801.000.55
HSV289°89°100°
CMYK 0.160.890.00   0.00
XYZ46.196822.346696.4862
Yxy22.34660.27990.1354
Hunter Lab47.272291.7130-87.9249
CIE-Lab54.392889.7050-70.7350

#d61cff color RGB value is (214,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011100 11111111
Octal 326 34 377
Decimal 214 28 255
Hex D6 1C FF

RGB Percentages of Color #d61cff

%43.06
%5.63
%51.31

CMYK Percentages of Color #d61cff

%16
%89
%0
%0

Triadic Colors of #d61cff

#d61cff #ffd61c #1cffd6

Analogous Colors of #d61cff

#d61cff #ff1cb7 #651cff

Monochromatic Colors of #d61cff

#d61cff

Complementary Color

#d61cff #45ff1c

#d61cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61cff Color CSS Codes

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

#d61cff Text Font Color

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

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


#d61cff Background Color

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

This div background color is #d61cff


#d61cff Border Color

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

This div border color is #d61cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,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 #d61cff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61cff


Comments

No comments written yet.

Please login to write comment.