Color Hex Logo

#d28cfd Color Hex

#D28CFD
(210,140,253)
0 Favorites   0 Comments

Color spaces of #d28cfd

RGB 210140253
HSL0.770.970.77
HSV277°45°99°
CMYK 0.170.450.00   0.01
XYZ53.686039.549797.7328
Yxy39.54970.28110.2071
Hunter Lab62.888642.3249-48.1184
CIE-Lab69.147646.2961-46.1195

#d28cfd color RGB value is (210,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001100 11111101
Octal 322 214 375
Decimal 210 140 253
Hex D2 8C FD

RGB Percentages of Color #d28cfd

%34.83
%23.22
%41.96

CMYK Percentages of Color #d28cfd

%17
%45
%0
%1

Triadic Colors of #d28cfd

#d28cfd #fdd28c #8cfdd2

Analogous Colors of #d28cfd

#d28cfd #fd8cf0 #9a8cfd

Monochromatic Colors of #d28cfd

#d28cfd

Complementary Color

#d28cfd #b7fd8c

#d28cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28cfd Color CSS Codes

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

#d28cfd Text Font Color

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

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


#d28cfd Background Color

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

This div background color is #d28cfd


#d28cfd Border Color

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

This div border color is #d28cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28cfd


Comments

No comments written yet.

Please login to write comment.