Color Hex Logo

#d288ff Color Hex

#D288FF
(210,136,255)
0 Favorites   0 Comments

Color spaces of #d288ff

RGB 210136255
HSL0.771.000.77
HSV277°47°100°
CMYK 0.180.470.00   0.00
XYZ53.432538.530099.2286
Yxy38.53000.27950.2015
Hunter Lab62.072545.0272-51.3297
CIE-Lab68.409448.8262-48.3715

#d288ff color RGB value is (210,136,255).

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

The process color (four color CMYK) of #d288ff color hex is 0.18, 0.47, 0.00, 0.00. Web safe color of #d288ff is #cc99ff. Color #d288ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001000 11111111
Octal 322 210 377
Decimal 210 136 255
Hex D2 88 FF

RGB Percentages of Color #d288ff

%34.94
%22.63
%42.43

CMYK Percentages of Color #d288ff

%18
%47
%0
%0

Triadic Colors of #d288ff

#d288ff #ffd288 #88ffd2

Analogous Colors of #d288ff

#d288ff #ff88f1 #9788ff

Monochromatic Colors of #d288ff

#d288ff

Complementary Color

#d288ff #b5ff88

#d288ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d288ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d288ff Color CSS Codes

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

#d288ff Text Font Color

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

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


#d288ff Background Color

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

This div background color is #d288ff


#d288ff Border Color

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

This div border color is #d288ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,136,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d288ff

Related Colors


Comments

No comments written yet.

Please login to write comment.