Color Hex Logo

#d131da Color Hex

#D131DA
(209,49,218)
0 Favorites   0 Comments

Color spaces of #d131da

RGB 20949218
HSL0.820.700.52
HSV297°78°85°
CMYK 0.040.780.00   0.15
XYZ40.047720.813968.2364
Yxy20.81390.31020.1612
Hunter Lab45.622376.8503-56.7434
CIE-Lab52.745278.5277-52.6258

#d131da color RGB value is (209,49,218).

#d131da hex color red value is 209, green value is 49 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d131da hue: 0.82 , saturation: 0.70 and the lightness value of d131da is 0.52.

The process color (four color CMYK) of #d131da color hex is 0.04, 0.78, 0.00, 0.15. Web safe color of #d131da is #cc33cc. Color #d131da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 11011010
Octal 321 61 332
Decimal 209 49 218
Hex D1 31 DA

RGB Percentages of Color #d131da

%43.91
%10.29
%45.80

CMYK Percentages of Color #d131da

%4
%78
%0
%15

Triadic Colors of #d131da

#d131da #dad131 #31dad1

Analogous Colors of #d131da

#d131da #da318f #7d31da

Monochromatic Colors of #d131da

#d131da

Complementary Color

#d131da #3ada31

#d131da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d131da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d131da Color CSS Codes

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

#d131da Text Font Color

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

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


#d131da Background Color

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

This div background color is #d131da


#d131da Border Color

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

This div border color is #d131da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,49,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d131da


Comments

No comments written yet.

Please login to write comment.