Color Hex Logo

#d23fae Color Hex

#D23FAE
(210,63,174)
0 Favorites   0 Comments

Color spaces of #d23fae

RGB 21063174
HSL0.870.620.54
HSV315°70°82°
CMYK 0.000.700.17   0.18
XYZ35.995820.312642.0679
Yxy20.31260.36590.2065
Hunter Lab45.069563.6915-23.7927
CIE-Lab52.188867.8321-28.0998

#d23fae color RGB value is (210,63,174).

#d23fae hex color red value is 210, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d23fae hue: 0.87 , saturation: 0.62 and the lightness value of d23fae is 0.54.

The process color (four color CMYK) of #d23fae color hex is 0.00, 0.70, 0.17, 0.18. Web safe color of #d23fae is #cc3399. Color #d23fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111111 10101110
Octal 322 77 256
Decimal 210 63 174
Hex D2 3F AE

RGB Percentages of Color #d23fae

%46.98
%14.09
%38.93

CMYK Percentages of Color #d23fae

%0
%70
%17
%18

Triadic Colors of #d23fae

#d23fae #aed23f #3faed2

Analogous Colors of #d23fae

#d23fae #d23f65 #ad3fd2

Monochromatic Colors of #d23fae

#d23fae

Complementary Color

#d23fae #3fd263

#d23fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23fae Color CSS Codes

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

#d23fae Text Font Color

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

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


#d23fae Background Color

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

This div background color is #d23fae


#d23fae Border Color

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

This div border color is #d23fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23fae


Comments

No comments written yet.

Please login to write comment.