Color Hex Logo

#d48aff Color Hex

#D48AFF
(212,138,255)
0 Favorites   0 Comments

Color spaces of #d48aff

RGB 212138255
HSL0.771.000.77
HSV278°46°100°
CMYK 0.170.460.00   0.00
XYZ54.289939.394099.3502
Yxy39.39400.28120.2041
Hunter Lab62.764644.5601-49.9149
CIE-Lab69.035748.3223-47.3708

#d48aff color RGB value is (212,138,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 11111111
Octal 324 212 377
Decimal 212 138 255
Hex D4 8A FF

RGB Percentages of Color #d48aff

%35.04
%22.81
%42.15

CMYK Percentages of Color #d48aff

%17
%46
%0
%0

Triadic Colors of #d48aff

#d48aff #ffd48a #8affd4

Analogous Colors of #d48aff

#d48aff #ff8af0 #9a8aff

Monochromatic Colors of #d48aff

#d48aff

Complementary Color

#d48aff #b5ff8a

#d48aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48aff Color CSS Codes

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

#d48aff Text Font Color

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

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


#d48aff Background Color

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

This div background color is #d48aff


#d48aff Border Color

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

This div border color is #d48aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48aff


Comments

No comments written yet.

Please login to write comment.