Color Hex Logo

#d23abe Color Hex

#D23ABE
(210,58,190)
0 Favorites   0 Comments

Color spaces of #d23abe

RGB 21058190
HSL0.860.630.53
HSV308°72°82°
CMYK 0.000.720.10   0.18
XYZ37.385720.445550.6911
Yxy20.44550.34450.1884
Hunter Lab45.216768.4567-34.8166
CIE-Lab52.337271.7898-37.1851

#d23abe color RGB value is (210,58,190).

#d23abe hex color red value is 210, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d23abe hue: 0.86 , saturation: 0.63 and the lightness value of d23abe is 0.53.

The process color (four color CMYK) of #d23abe color hex is 0.00, 0.72, 0.10, 0.18. Web safe color of #d23abe is #cc33cc. Color #d23abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111010 10111110
Octal 322 72 276
Decimal 210 58 190
Hex D2 3A BE

RGB Percentages of Color #d23abe

%45.85
%12.66
%41.48

CMYK Percentages of Color #d23abe

%0
%72
%10
%18

Triadic Colors of #d23abe

#d23abe #bed23a #3abed2

Analogous Colors of #d23abe

#d23abe #d23a72 #9a3ad2

Monochromatic Colors of #d23abe

#d23abe

Complementary Color

#d23abe #3ad24e

#d23abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23abe Color CSS Codes

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

#d23abe Text Font Color

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

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


#d23abe Background Color

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

This div background color is #d23abe


#d23abe Border Color

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

This div border color is #d23abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23abe


Comments

No comments written yet.

Please login to write comment.