Color Hex Logo

#d626fb Color Hex

#D626FB
(214,38,251)
0 Favorites   0 Comments

Color spaces of #d626fb

RGB 21438251
HSL0.800.960.57
HSV290°85°98°
CMYK 0.150.850.00   0.02
XYZ45.837322.647493.2223
Yxy22.64740.28350.1401
Hunter Lab47.589388.6473-82.8302
CIE-Lab54.707387.3273-68.0018

#d626fb color RGB value is (214,38,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100110 11111011
Octal 326 46 373
Decimal 214 38 251
Hex D6 26 FB

RGB Percentages of Color #d626fb

%42.54
%7.55
%49.90

CMYK Percentages of Color #d626fb

%15
%85
%0
%2

Triadic Colors of #d626fb

#d626fb #fbd626 #26fbd6

Analogous Colors of #d626fb

#d626fb #fb26b6 #6c26fb

Monochromatic Colors of #d626fb

#d626fb

Complementary Color

#d626fb #4bfb26

#d626fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d626fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d626fb Color CSS Codes

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

#d626fb Text Font Color

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

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


#d626fb Background Color

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

This div background color is #d626fb


#d626fb Border Color

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

This div border color is #d626fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d626fb


Comments

No comments written yet.

Please login to write comment.