Color Hex Logo

#d23ebd Color Hex

#D23EBD
(210,62,189)
0 Favorites   0 Comments

Color spaces of #d23ebd

RGB 21062189
HSL0.860.620.53
HSV309°70°82°
CMYK 0.000.700.10   0.18
XYZ37.486320.821050.1872
Yxy20.82100.34550.1919
Hunter Lab45.630066.7900-33.2704
CIE-Lab52.753070.3258-35.9529

#d23ebd color RGB value is (210,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111110 10111101
Octal 322 76 275
Decimal 210 62 189
Hex D2 3E BD

RGB Percentages of Color #d23ebd

%45.55
%13.45
%41.00

CMYK Percentages of Color #d23ebd

%0
%70
%10
%18

Triadic Colors of #d23ebd

#d23ebd #bdd23e #3ebdd2

Analogous Colors of #d23ebd

#d23ebd #d23e73 #9d3ed2

Monochromatic Colors of #d23ebd

#d23ebd

Complementary Color

#d23ebd #3ed253

#d23ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23ebd Color CSS Codes

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

#d23ebd Text Font Color

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

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


#d23ebd Background Color

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

This div background color is #d23ebd


#d23ebd Border Color

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

This div border color is #d23ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23ebd


Comments

No comments written yet.

Please login to write comment.