Color Hex Logo

#d492fb Color Hex

#D492FB
(212,146,251)
0 Favorites   0 Comments

Color spaces of #d492fb

RGB 212146251
HSL0.770.930.78
HSV278°42°98°
CMYK 0.160.420.00   0.02
XYZ54.842841.519996.3904
Yxy41.51990.28450.2154
Hunter Lab64.435939.1623-43.5874
CIE-Lab70.538643.2477-42.8338

#d492fb color RGB value is (212,146,251).

#d492fb hex color red value is 212, green value is 146 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d492fb hue: 0.77 , saturation: 0.93 and the lightness value of d492fb is 0.78.

The process color (four color CMYK) of #d492fb color hex is 0.16, 0.42, 0.00, 0.02. Web safe color of #d492fb is #cc99ff. Color #d492fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010010 11111011
Octal 324 222 373
Decimal 212 146 251
Hex D4 92 FB

RGB Percentages of Color #d492fb

%34.81
%23.97
%41.22

CMYK Percentages of Color #d492fb

%16
%42
%0
%2

Triadic Colors of #d492fb

#d492fb #fbd492 #92fbd4

Analogous Colors of #d492fb

#d492fb #fb92ee #a092fb

Monochromatic Colors of #d492fb

#d492fb

Complementary Color

#d492fb #b9fb92

#d492fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d492fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d492fb Color CSS Codes

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

#d492fb Text Font Color

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

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


#d492fb Background Color

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

This div background color is #d492fb


#d492fb Border Color

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

This div border color is #d492fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d492fb


Comments

No comments written yet.

Please login to write comment.