Color Hex Logo

#d958f1 Color Hex

#D958F1
(217,88,241)
0 Favorites   0 Comments

Color spaces of #d958f1

RGB 21788241
HSL0.810.850.65
HSV291°63°95°
CMYK 0.100.630.00   0.05
XYZ47.982228.082086.1105
Yxy28.08200.29590.1732
Hunter Lab52.992568.8867-59.2490
CIE-Lab59.962770.6973-53.9830

#d958f1 color RGB value is (217,88,241).

#d958f1 hex color red value is 217, green value is 88 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #d958f1 hue: 0.81 , saturation: 0.85 and the lightness value of d958f1 is 0.65.

The process color (four color CMYK) of #d958f1 color hex is 0.10, 0.63, 0.00, 0.05. Web safe color of #d958f1 is #cc66ff. Color #d958f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011000 11110001
Octal 331 130 361
Decimal 217 88 241
Hex D9 58 F1

RGB Percentages of Color #d958f1

%39.74
%16.12
%44.14

CMYK Percentages of Color #d958f1

%10
%63
%0
%5

Triadic Colors of #d958f1

#d958f1 #f1d958 #58f1d9

Analogous Colors of #d958f1

#d958f1 #f158bd #8d58f1

Monochromatic Colors of #d958f1

#d958f1

Complementary Color

#d958f1 #70f158

#d958f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d958f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d958f1 Color CSS Codes

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

#d958f1 Text Font Color

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

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


#d958f1 Background Color

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

This div background color is #d958f1


#d958f1 Border Color

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

This div border color is #d958f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d958f1


Comments

No comments written yet.

Please login to write comment.