Color Hex Logo

#d28cfe Color Hex

#D28CFE
(210,140,254)
0 Favorites   0 Comments

Color spaces of #d28cfe

RGB 210140254
HSL0.770.980.77
HSV277°45°100°
CMYK 0.170.450.00   0.00
XYZ53.845839.613698.5741
Yxy39.61360.28040.2063
Hunter Lab62.939342.5663-48.8011
CIE-Lab69.193446.5082-46.5925

#d28cfe color RGB value is (210,140,254).

#d28cfe hex color red value is 210, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d28cfe hue: 0.77 , saturation: 0.98 and the lightness value of d28cfe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001100 11111110
Octal 322 214 376
Decimal 210 140 254
Hex D2 8C FE

RGB Percentages of Color #d28cfe

%34.77
%23.18
%42.05

CMYK Percentages of Color #d28cfe

%17
%45
%0
%0

Triadic Colors of #d28cfe

#d28cfe #fed28c #8cfed2

Analogous Colors of #d28cfe

#d28cfe #fe8cf1 #998cfe

Monochromatic Colors of #d28cfe

#d28cfe

Complementary Color

#d28cfe #b8fe8c

#d28cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28cfe Color CSS Codes

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

#d28cfe Text Font Color

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

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


#d28cfe Background Color

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

This div background color is #d28cfe


#d28cfe Border Color

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

This div border color is #d28cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28cfe


Comments

No comments written yet.

Please login to write comment.