Color Hex Logo

#d28efd Color Hex

#D28EFD
(210,142,253)
0 Favorites   0 Comments

Color spaces of #d28efd

RGB 210142253
HSL0.770.970.77
HSV277°44°99°
CMYK 0.170.440.00   0.01
XYZ53.981040.139597.8311
Yxy40.13950.28120.2091
Hunter Lab63.355741.2148-47.2039
CIE-Lab69.568845.2363-45.4580

#d28efd color RGB value is (210,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001110 11111101
Octal 322 216 375
Decimal 210 142 253
Hex D2 8E FD

RGB Percentages of Color #d28efd

%34.71
%23.47
%41.82

CMYK Percentages of Color #d28efd

%17
%44
%0
%1

Triadic Colors of #d28efd

#d28efd #fdd28e #8efdd2

Analogous Colors of #d28efd

#d28efd #fd8ef1 #9b8efd

Monochromatic Colors of #d28efd

#d28efd

Complementary Color

#d28efd #b9fd8e

#d28efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28efd Color CSS Codes

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

#d28efd Text Font Color

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

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


#d28efd Background Color

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

This div background color is #d28efd


#d28efd Border Color

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

This div border color is #d28efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28efd

Related Colors


Comments

No comments written yet.

Please login to write comment.