Color Hex Logo

#d658fe Color Hex

#D658FE
(214,88,254)
0 Favorites   0 Comments

Color spaces of #d658fe

RGB 21488254
HSL0.790.990.67
HSV286°65°100°
CMYK 0.160.650.00   0.00
XYZ49.110728.431396.6653
Yxy28.43130.28190.1632
Hunter Lab53.321071.0936-70.1617
CIE-Lab60.276472.4424-60.7097

#d658fe color RGB value is (214,88,254).

#d658fe hex color red value is 214, green value is 88 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d658fe hue: 0.79 , saturation: 0.99 and the lightness value of d658fe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011000 11111110
Octal 326 130 376
Decimal 214 88 254
Hex D6 58 FE

RGB Percentages of Color #d658fe

%38.49
%15.83
%45.68

CMYK Percentages of Color #d658fe

%16
%65
%0
%0

Triadic Colors of #d658fe

#d658fe #fed658 #58fed6

Analogous Colors of #d658fe

#d658fe #fe58d3 #8358fe

Monochromatic Colors of #d658fe

#d658fe

Complementary Color

#d658fe #80fe58

#d658fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d658fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d658fe Color CSS Codes

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

#d658fe Text Font Color

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

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


#d658fe Background Color

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

This div background color is #d658fe


#d658fe Border Color

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

This div border color is #d658fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d658fe


Comments

No comments written yet.

Please login to write comment.