Color Hex Logo

#d23dbd Color Hex

#D23DBD
(210,61,189)
0 Favorites   0 Comments

Color spaces of #d23dbd

RGB 21061189
HSL0.860.620.53
HSV308°71°82°
CMYK 0.000.710.10   0.18
XYZ37.432420.713250.1693
Yxy20.71320.34560.1912
Hunter Lab45.511867.1667-33.4993
CIE-Lab52.634270.6623-36.1394

#d23dbd color RGB value is (210,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111101 10111101
Octal 322 75 275
Decimal 210 61 189
Hex D2 3D BD

RGB Percentages of Color #d23dbd

%45.65
%13.26
%41.09

CMYK Percentages of Color #d23dbd

%0
%71
%10
%18

Triadic Colors of #d23dbd

#d23dbd #bdd23d #3dbdd2

Analogous Colors of #d23dbd

#d23dbd #d23d73 #9d3dd2

Monochromatic Colors of #d23dbd

#d23dbd

Complementary Color

#d23dbd #3dd252

#d23dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23dbd Color CSS Codes

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

#d23dbd Text Font Color

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

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


#d23dbd Background Color

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

This div background color is #d23dbd


#d23dbd Border Color

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

This div border color is #d23dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23dbd


Comments

No comments written yet.

Please login to write comment.