Color Hex Logo

#d88fef Color Hex

#D88FEF
(216,143,239)
0 Favorites   0 Comments

Color spaces of #d88fef

RGB 216143239
HSL0.790.750.75
HSV286°40°94°
CMYK 0.100.400.00   0.06
XYZ53.721440.475886.6425
Yxy40.47580.29710.2238
Hunter Lab63.620639.3898-36.2104
CIE-Lab69.807143.5443-37.3901

#d88fef color RGB value is (216,143,239).

#d88fef hex color red value is 216, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d88fef hue: 0.79 , saturation: 0.75 and the lightness value of d88fef is 0.75.

The process color (four color CMYK) of #d88fef color hex is 0.10, 0.40, 0.00, 0.06. Web safe color of #d88fef is #cc99ff. Color #d88fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 11101111
Octal 330 217 357
Decimal 216 143 239
Hex D8 8F EF

RGB Percentages of Color #d88fef

%36.12
%23.91
%39.97

CMYK Percentages of Color #d88fef

%10
%40
%0
%6

Triadic Colors of #d88fef

#d88fef #efd88f #8fefd8

Analogous Colors of #d88fef

#d88fef #ef8fd6 #a88fef

Monochromatic Colors of #d88fef

#d88fef

Complementary Color

#d88fef #a6ef8f

#d88fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88fef Color CSS Codes

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

#d88fef Text Font Color

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

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


#d88fef Background Color

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

This div background color is #d88fef


#d88fef Border Color

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

This div border color is #d88fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,143,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d88fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d88fef;
  -webkit-box-shadow: 1px 1px 3px 2px #d88fef;
  box-shadow:         1px 1px 3px 2px #d88fef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,143,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88fef


Comments

No comments written yet.

Please login to write comment.