Color Hex Logo

#d229eb Color Hex

#D229EB
(210,41,235)
0 Favorites   0 Comments

Color spaces of #d229eb

RGB 21041235
HSL0.810.830.54
HSV292°83°92°
CMYK 0.110.830.00   0.08
XYZ42.366721.285780.4728
Yxy21.28570.29400.1477
Hunter Lab46.136483.1763-71.1202
CIE-Lab53.260883.4054-61.4104

#d229eb color RGB value is (210,41,235).

#d229eb hex color red value is 210, green value is 41 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d229eb hue: 0.81 , saturation: 0.83 and the lightness value of d229eb is 0.54.

The process color (four color CMYK) of #d229eb color hex is 0.11, 0.83, 0.00, 0.08. Web safe color of #d229eb is #cc33ff. Color #d229eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00101001 11101011
Octal 322 51 353
Decimal 210 41 235
Hex D2 29 EB

RGB Percentages of Color #d229eb

%43.21
%8.44
%48.35

CMYK Percentages of Color #d229eb

%11
%83
%0
%8

Triadic Colors of #d229eb

#d229eb #ebd229 #29ebd2

Analogous Colors of #d229eb

#d229eb #eb29a3 #7129eb

Monochromatic Colors of #d229eb

#d229eb

Complementary Color

#d229eb #42eb29

#d229eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d229eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d229eb Color CSS Codes

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

#d229eb Text Font Color

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

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


#d229eb Background Color

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

This div background color is #d229eb


#d229eb Border Color

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

This div border color is #d229eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d229eb


Comments

No comments written yet.

Please login to write comment.