Color Hex Logo

#d92ace Color Hex

#D92ACE
(217,42,206)
0 Favorites   0 Comments

Color spaces of #d92ace

RGB 21742206
HSL0.840.700.51
HSV304°81°85°
CMYK 0.000.810.05   0.15
XYZ40.583820.863960.2806
Yxy20.86390.33340.1714
Hunter Lab45.677078.6616-46.2719
CIE-Lab52.800279.9558-45.6026

#d92ace color RGB value is (217,42,206).

#d92ace hex color red value is 217, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d92ace hue: 0.84 , saturation: 0.70 and the lightness value of d92ace is 0.51.

The process color (four color CMYK) of #d92ace color hex is 0.00, 0.81, 0.05, 0.15. Web safe color of #d92ace is #cc33cc. Color #d92ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101010 11001110
Octal 331 52 316
Decimal 217 42 206
Hex D9 2A CE

RGB Percentages of Color #d92ace

%46.67
%9.03
%44.30

CMYK Percentages of Color #d92ace

%0
%81
%5
%15

Triadic Colors of #d92ace

#d92ace #ced92a #2aced9

Analogous Colors of #d92ace

#d92ace #d92a77 #8d2ad9

Monochromatic Colors of #d92ace

#d92ace

Complementary Color

#d92ace #2ad935

#d92ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92ace Color CSS Codes

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

#d92ace Text Font Color

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

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


#d92ace Background Color

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

This div background color is #d92ace


#d92ace Border Color

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

This div border color is #d92ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,42,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92ace


Comments

No comments written yet.

Please login to write comment.