Color Hex Logo

#d488ff Color Hex

#D488FF
(212,136,255)
0 Favorites   0 Comments

Color spaces of #d488ff

RGB 212136255
HSL0.771.000.77
HSV278°47°100°
CMYK 0.170.470.00   0.00
XYZ54.005538.825499.2554
Yxy38.82540.28120.2021
Hunter Lab62.310045.6674-50.8277
CIE-Lab68.624649.3686-48.0179

#d488ff color RGB value is (212,136,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001000 11111111
Octal 324 210 377
Decimal 212 136 255
Hex D4 88 FF

RGB Percentages of Color #d488ff

%35.16
%22.55
%42.29

CMYK Percentages of Color #d488ff

%17
%47
%0
%0

Triadic Colors of #d488ff

#d488ff #ffd488 #88ffd4

Analogous Colors of #d488ff

#d488ff #ff88ef #9988ff

Monochromatic Colors of #d488ff

#d488ff

Complementary Color

#d488ff #b3ff88

#d488ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d488ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d488ff Color CSS Codes

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

#d488ff Text Font Color

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

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


#d488ff Background Color

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

This div background color is #d488ff


#d488ff Border Color

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

This div border color is #d488ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d488ff

#d488ff Color Palettes


Comments

No comments written yet.

Please login to write comment.