Color Hex Logo

#d28ced Color Hex

#D28CED
(210,140,237)
0 Favorites   0 Comments

Color spaces of #d28ced

RGB 210140237
HSL0.790.730.74
HSV283°41°93°
CMYK 0.110.410.00   0.07
XYZ51.242538.572284.8652
Yxy38.57220.29340.2208
Hunter Lab62.106538.5894-37.5420
CIE-Lab68.440242.9768-38.4707

#d28ced color RGB value is (210,140,237).

#d28ced hex color red value is 210, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d28ced hue: 0.79 , saturation: 0.73 and the lightness value of d28ced is 0.74.

The process color (four color CMYK) of #d28ced color hex is 0.11, 0.41, 0.00, 0.07. Web safe color of #d28ced is #cc99ff. Color #d28ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001100 11101101
Octal 322 214 355
Decimal 210 140 237
Hex D2 8C ED

RGB Percentages of Color #d28ced

%35.78
%23.85
%40.37

CMYK Percentages of Color #d28ced

%11
%41
%0
%7

Triadic Colors of #d28ced

#d28ced #edd28c #8cedd2

Analogous Colors of #d28ced

#d28ced #ed8cd8 #a28ced

Monochromatic Colors of #d28ced

#d28ced

Complementary Color

#d28ced #a7ed8c

#d28ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28ced Color CSS Codes

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

#d28ced Text Font Color

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

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


#d28ced Background Color

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

This div background color is #d28ced


#d28ced Border Color

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

This div border color is #d28ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28ced


Comments

No comments written yet.

Please login to write comment.