Color Hex Logo

#d492c5 Color Hex

#D492C5
(212,146,197)
0 Favorites   0 Comments

Color spaces of #d492c5

RGB 212146197
HSL0.870.430.70
HSV314°31°83°
CMYK 0.000.310.07   0.17
XYZ47.508338.586057.7672
Yxy38.58600.33020.2682
Hunter Lab62.117627.8131-11.6553
CIE-Lab68.450332.7980-16.3048

#d492c5 color RGB value is (212,146,197).

#d492c5 hex color red value is 212, green value is 146 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #d492c5 hue: 0.87 , saturation: 0.43 and the lightness value of d492c5 is 0.70.

The process color (four color CMYK) of #d492c5 color hex is 0.00, 0.31, 0.07, 0.17. Web safe color of #d492c5 is #cc99cc. Color #d492c5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010010 11000101
Octal 324 222 305
Decimal 212 146 197
Hex D4 92 C5

RGB Percentages of Color #d492c5

%38.20
%26.31
%35.50

CMYK Percentages of Color #d492c5

%0
%31
%7
%17

Triadic Colors of #d492c5

#d492c5 #c5d492 #92c5d4

Analogous Colors of #d492c5

#d492c5 #d492a4 #c292d4

Monochromatic Colors of #d492c5

#d492c5

Complementary Color

#d492c5 #92d4a1

#d492c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d492c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d492c5 Color CSS Codes

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

#d492c5 Text Font Color

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

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


#d492c5 Background Color

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

This div background color is #d492c5


#d492c5 Border Color

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

This div border color is #d492c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,146,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d492c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d492c5;
  -webkit-box-shadow: 1px 1px 3px 2px #d492c5;
  box-shadow:         1px 1px 3px 2px #d492c5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,146,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d492c5


Comments

No comments written yet.

Please login to write comment.