Color Hex Logo

#d48ffc Color Hex

#D48FFC
(212,143,252)
0 Favorites   0 Comments

Color spaces of #d48ffc

RGB 212143252
HSL0.770.950.77
HSV278°43°99°
CMYK 0.160.430.00   0.01
XYZ54.544540.670297.0708
Yxy40.67020.28370.2115
Hunter Lab63.773241.0660-45.6056
CIE-Lab69.944245.0537-44.3094

#d48ffc color RGB value is (212,143,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001111 11111100
Octal 324 217 374
Decimal 212 143 252
Hex D4 8F FC

RGB Percentages of Color #d48ffc

%34.93
%23.56
%41.52

CMYK Percentages of Color #d48ffc

%16
%43
%0
%1

Triadic Colors of #d48ffc

#d48ffc #fcd48f #8ffcd4

Analogous Colors of #d48ffc

#d48ffc #fc8fee #9e8ffc

Monochromatic Colors of #d48ffc

#d48ffc

Complementary Color

#d48ffc #b7fc8f

#d48ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48ffc Color CSS Codes

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

#d48ffc Text Font Color

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

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


#d48ffc Background Color

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

This div background color is #d48ffc


#d48ffc Border Color

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

This div border color is #d48ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.