Color Hex Logo

#d658fb Color Hex

#D658FB
(214,88,251)
0 Favorites   0 Comments

Color spaces of #d658fb

RGB 21488251
HSL0.800.950.66
HSV286°65°98°
CMYK 0.150.650.00   0.02
XYZ48.633928.240694.1545
Yxy28.24060.28440.1651
Hunter Lab53.141970.3597-67.8481
CIE-Lab60.105571.8765-59.3255

#d658fb color RGB value is (214,88,251).

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

The process color (four color CMYK) of #d658fb color hex is 0.15, 0.65, 0.00, 0.02. Web safe color of #d658fb is #cc66ff. Color #d658fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011000 11111011
Octal 326 130 373
Decimal 214 88 251
Hex D6 58 FB

RGB Percentages of Color #d658fb

%38.70
%15.91
%45.39

CMYK Percentages of Color #d658fb

%15
%65
%0
%2

Triadic Colors of #d658fb

#d658fb #fbd658 #58fbd6

Analogous Colors of #d658fb

#d658fb #fb58cf #8558fb

Monochromatic Colors of #d658fb

#d658fb

Complementary Color

#d658fb #7dfb58

#d658fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d658fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d658fb Color CSS Codes

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

#d658fb Text Font Color

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

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


#d658fb Background Color

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

This div background color is #d658fb


#d658fb Border Color

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

This div border color is #d658fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d658fb


Comments

No comments written yet.

Please login to write comment.