Color Hex Logo

#d48ffd Color Hex

#D48FFD
(212,143,253)
0 Favorites   0 Comments

Color spaces of #d48ffd

RGB 212143253
HSL0.770.960.78
HSV278°43°99°
CMYK 0.160.430.00   0.01
XYZ54.703540.733897.9077
Yxy40.73380.28290.2107
Hunter Lab63.823041.3042-46.2777
CIE-Lab69.989045.2641-44.7838

#d48ffd color RGB value is (212,143,253).

#d48ffd hex color red value is 212, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d48ffd hue: 0.77 , saturation: 0.96 and the lightness value of d48ffd is 0.78.

The process color (four color CMYK) of #d48ffd color hex is 0.16, 0.43, 0.00, 0.01. Web safe color of #d48ffd is #cc99ff. Color #d48ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001111 11111101
Octal 324 217 375
Decimal 212 143 253
Hex D4 8F FD

RGB Percentages of Color #d48ffd

%34.87
%23.52
%41.61

CMYK Percentages of Color #d48ffd

%16
%43
%0
%1

Triadic Colors of #d48ffd

#d48ffd #fdd48f #8ffdd4

Analogous Colors of #d48ffd

#d48ffd #fd8fef #9d8ffd

Monochromatic Colors of #d48ffd

#d48ffd

Complementary Color

#d48ffd #b8fd8f

#d48ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48ffd Color CSS Codes

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

#d48ffd Text Font Color

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

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


#d48ffd Background Color

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

This div background color is #d48ffd


#d48ffd Border Color

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

This div border color is #d48ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48ffd


Comments

No comments written yet.

Please login to write comment.