Color Hex Logo

#d624fb Color Hex

#D624FB
(214,36,251)
0 Favorites   0 Comments

Color spaces of #d624fb

RGB 21436251
HSL0.800.960.56
HSV290°86°98°
CMYK 0.150.860.00   0.02
XYZ45.775022.522993.2015
Yxy22.52290.28340.1395
Hunter Lab47.458389.1168-83.2165
CIE-Lab54.577587.7091-68.2115

#d624fb color RGB value is (214,36,251).

#d624fb hex color red value is 214, green value is 36 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d624fb hue: 0.80 , saturation: 0.96 and the lightness value of d624fb is 0.56.

The process color (four color CMYK) of #d624fb color hex is 0.15, 0.86, 0.00, 0.02. Web safe color of #d624fb is #cc33ff. Color #d624fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100100 11111011
Octal 326 44 373
Decimal 214 36 251
Hex D6 24 FB

RGB Percentages of Color #d624fb

%42.71
%7.19
%50.10

CMYK Percentages of Color #d624fb

%15
%86
%0
%2

Triadic Colors of #d624fb

#d624fb #fbd624 #24fbd6

Analogous Colors of #d624fb

#d624fb #fb24b5 #6b24fb

Monochromatic Colors of #d624fb

#d624fb

Complementary Color

#d624fb #49fb24

#d624fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d624fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d624fb Color CSS Codes

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

#d624fb Text Font Color

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

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


#d624fb Background Color

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

This div background color is #d624fb


#d624fb Border Color

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

This div border color is #d624fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d624fb


Comments

No comments written yet.

Please login to write comment.