Color Hex Logo

#d149fb Color Hex

#D149FB
(209,73,251)
0 Favorites   0 Comments

Color spaces of #d149fb

RGB 20973251
HSL0.790.960.64
HSV286°71°98°
CMYK 0.170.710.00   0.02
XYZ46.089625.285493.7182
Yxy25.28540.27920.1532
Hunter Lab50.284675.6106-75.3029
CIE-Lab57.352476.6438-63.7773

#d149fb color RGB value is (209,73,251).

#d149fb hex color red value is 209, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d149fb hue: 0.79 , saturation: 0.96 and the lightness value of d149fb is 0.64.

The process color (four color CMYK) of #d149fb color hex is 0.17, 0.71, 0.00, 0.02. Web safe color of #d149fb is #cc33ff. Color #d149fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001001 11111011
Octal 321 111 373
Decimal 209 73 251
Hex D1 49 FB

RGB Percentages of Color #d149fb

%39.21
%13.70
%47.09

CMYK Percentages of Color #d149fb

%17
%71
%0
%2

Triadic Colors of #d149fb

#d149fb #fbd149 #49fbd1

Analogous Colors of #d149fb

#d149fb #fb49cc #7849fb

Monochromatic Colors of #d149fb

#d149fb

Complementary Color

#d149fb #73fb49

#d149fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d149fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d149fb Color CSS Codes

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

#d149fb Text Font Color

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

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


#d149fb Background Color

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

This div background color is #d149fb


#d149fb Border Color

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

This div border color is #d149fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d149fb


Comments

No comments written yet.

Please login to write comment.