Color Hex Logo

#d618fa Color Hex

#D618FA
(214,24,250)
0 Favorites   0 Comments

Color spaces of #d618fa

RGB 21424250
HSL0.810.960.54
HSV290°90°98°
CMYK 0.140.900.00   0.02
XYZ45.313521.851592.2720
Yxy21.85150.28420.1371
Hunter Lab46.745691.2267-84.3117
CIE-Lab53.869189.4409-68.7994

#d618fa color RGB value is (214,24,250).

#d618fa hex color red value is 214, green value is 24 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d618fa hue: 0.81 , saturation: 0.96 and the lightness value of d618fa is 0.54.

The process color (four color CMYK) of #d618fa color hex is 0.14, 0.90, 0.00, 0.02. Web safe color of #d618fa is #cc00ff. Color #d618fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011000 11111010
Octal 326 30 372
Decimal 214 24 250
Hex D6 18 FA

RGB Percentages of Color #d618fa

%43.85
%4.92
%51.23

CMYK Percentages of Color #d618fa

%14
%90
%0
%2

Triadic Colors of #d618fa

#d618fa #fad618 #18fad6

Analogous Colors of #d618fa

#d618fa #fa18ad #6518fa

Monochromatic Colors of #d618fa

#d618fa

Complementary Color

#d618fa #3cfa18

#d618fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d618fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d618fa Color CSS Codes

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

#d618fa Text Font Color

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

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


#d618fa Background Color

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

This div background color is #d618fa


#d618fa Border Color

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

This div border color is #d618fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d618fa


Comments

No comments written yet.

Please login to write comment.