Color Hex Logo

#d288fe Color Hex

#D288FE
(210,136,254)
0 Favorites   0 Comments

Color spaces of #d288fe

RGB 210136254
HSL0.770.980.76
HSV278°46°100°
CMYK 0.170.460.00   0.00
XYZ53.271938.465798.3828
Yxy38.46570.28020.2023
Hunter Lab62.020744.7840-50.6366
CIE-Lab68.362548.6149-47.9000

#d288fe color RGB value is (210,136,254).

#d288fe hex color red value is 210, green value is 136 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d288fe hue: 0.77 , saturation: 0.98 and the lightness value of d288fe is 0.76.

The process color (four color CMYK) of #d288fe color hex is 0.17, 0.46, 0.00, 0.00. Web safe color of #d288fe is #cc99ff. Color #d288fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001000 11111110
Octal 322 210 376
Decimal 210 136 254
Hex D2 88 FE

RGB Percentages of Color #d288fe

%35.00
%22.67
%42.33

CMYK Percentages of Color #d288fe

%17
%46
%0
%0

Triadic Colors of #d288fe

#d288fe #fed288 #88fed2

Analogous Colors of #d288fe

#d288fe #fe88ef #9788fe

Monochromatic Colors of #d288fe

#d288fe

Complementary Color

#d288fe #b4fe88

#d288fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d288fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d288fe Color CSS Codes

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

#d288fe Text Font Color

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

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


#d288fe Background Color

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

This div background color is #d288fe


#d288fe Border Color

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

This div border color is #d288fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d288fe

Related Colors


Comments

No comments written yet.

Please login to write comment.