Color Hex Logo

#d627fa Color Hex

#D627FA
(214,39,250)
0 Favorites   0 Comments

Color spaces of #d627fa

RGB 21439250
HSL0.800.950.57
HSV290°84°98°
CMYK 0.140.840.00   0.02
XYZ45.712422.649392.4049
Yxy22.64930.28430.1409
Hunter Lab47.591388.1682-81.8056
CIE-Lab54.709386.9623-67.4417

#d627fa color RGB value is (214,39,250).

#d627fa hex color red value is 214, green value is 39 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d627fa hue: 0.80 , saturation: 0.95 and the lightness value of d627fa is 0.57.

The process color (four color CMYK) of #d627fa color hex is 0.14, 0.84, 0.00, 0.02. Web safe color of #d627fa is #cc33ff. Color #d627fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100111 11111010
Octal 326 47 372
Decimal 214 39 250
Hex D6 27 FA

RGB Percentages of Color #d627fa

%42.54
%7.75
%49.70

CMYK Percentages of Color #d627fa

%14
%84
%0
%2

Triadic Colors of #d627fa

#d627fa #fad627 #27fad6

Analogous Colors of #d627fa

#d627fa #fa27b5 #6d27fa

Monochromatic Colors of #d627fa

#d627fa

Complementary Color

#d627fa #4bfa27

#d627fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d627fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d627fa Color CSS Codes

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

#d627fa Text Font Color

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

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


#d627fa Background Color

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

This div background color is #d627fa


#d627fa Border Color

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

This div border color is #d627fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d627fa


Comments

No comments written yet.

Please login to write comment.