Color Hex Logo

#d469eb Color Hex

#D469EB
(212,105,235)
0 Favorites   0 Comments

Color spaces of #d469eb

RGB 212105235
HSL0.800.760.67
HSV289°55°92°
CMYK 0.100.550.00   0.08
XYZ47.198330.098481.9192
Yxy30.09840.29640.1890
Hunter Lab54.862057.5567-50.1276
CIE-Lab61.739060.8610-47.8696

#d469eb color RGB value is (212,105,235).

#d469eb hex color red value is 212, green value is 105 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d469eb hue: 0.80 , saturation: 0.76 and the lightness value of d469eb is 0.67.

The process color (four color CMYK) of #d469eb color hex is 0.10, 0.55, 0.00, 0.08. Web safe color of #d469eb is #cc66ff. Color #d469eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101001 11101011
Octal 324 151 353
Decimal 212 105 235
Hex D4 69 EB

RGB Percentages of Color #d469eb

%38.41
%19.02
%42.57

CMYK Percentages of Color #d469eb

%10
%55
%0
%8

Triadic Colors of #d469eb

#d469eb #ebd469 #69ebd4

Analogous Colors of #d469eb

#d469eb #eb69c1 #9369eb

Monochromatic Colors of #d469eb

#d469eb

Complementary Color

#d469eb #80eb69

#d469eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d469eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d469eb Color CSS Codes

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

#d469eb Text Font Color

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

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


#d469eb Background Color

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

This div background color is #d469eb


#d469eb Border Color

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

This div border color is #d469eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d469eb


Comments

No comments written yet.

Please login to write comment.