Color Hex Logo

#d98efc Color Hex

#D98EFC
(217,142,252)
0 Favorites   0 Comments

Color spaces of #d98efc

RGB 217142252
HSL0.780.950.77
HSV281°44°99°
CMYK 0.140.440.00   0.01
XYZ55.859041.126097.0895
Yxy41.12600.28780.2119
Hunter Lab64.129643.2528-44.8719
CIE-Lab70.264146.9863-43.7702

#d98efc color RGB value is (217,142,252).

#d98efc hex color red value is 217, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d98efc hue: 0.78 , saturation: 0.95 and the lightness value of d98efc is 0.77.

The process color (four color CMYK) of #d98efc color hex is 0.14, 0.44, 0.00, 0.01. Web safe color of #d98efc is #cc99ff. Color #d98efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 11111100
Octal 331 216 374
Decimal 217 142 252
Hex D9 8E FC

RGB Percentages of Color #d98efc

%35.52
%23.24
%41.24

CMYK Percentages of Color #d98efc

%14
%44
%0
%1

Triadic Colors of #d98efc

#d98efc #fcd98e #8efcd9

Analogous Colors of #d98efc

#d98efc #fc8ee8 #a28efc

Monochromatic Colors of #d98efc

#d98efc

Complementary Color

#d98efc #b1fc8e

#d98efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98efc Color CSS Codes

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

#d98efc Text Font Color

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

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


#d98efc Background Color

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

This div background color is #d98efc


#d98efc Border Color

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

This div border color is #d98efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98efc


Comments

No comments written yet.

Please login to write comment.