Color Hex Logo

#d923eb Color Hex

#D923EB
(217,35,235)
0 Favorites   0 Comments

Color spaces of #d923eb

RGB 21735235
HSL0.820.830.53
HSV295°85°92°
CMYK 0.080.850.00   0.08
XYZ44.211721.951980.5042
Yxy21.95190.30140.1497
Hunter Lab46.852986.4452-69.0771
CIE-Lab53.975985.7885-60.2009

#d923eb color RGB value is (217,35,235).

#d923eb hex color red value is 217, green value is 35 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d923eb hue: 0.82 , saturation: 0.83 and the lightness value of d923eb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100011 11101011
Octal 331 43 353
Decimal 217 35 235
Hex D9 23 EB

RGB Percentages of Color #d923eb

%44.56
%7.19
%48.25

CMYK Percentages of Color #d923eb

%8
%85
%0
%8

Triadic Colors of #d923eb

#d923eb #ebd923 #23ebd9

Analogous Colors of #d923eb

#d923eb #eb2399 #7523eb

Monochromatic Colors of #d923eb

#d923eb

Complementary Color

#d923eb #35eb23

#d923eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d923eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d923eb Color CSS Codes

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

#d923eb Text Font Color

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

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


#d923eb Background Color

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

This div background color is #d923eb


#d923eb Border Color

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

This div border color is #d923eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d923eb


Comments

No comments written yet.

Please login to write comment.