Color Hex Logo

#d231da Color Hex

#D231DA
(210,49,218)
0 Favorites   0 Comments

Color spaces of #d231da

RGB 21049218
HSL0.830.700.52
HSV297°78°85°
CMYK 0.040.780.00   0.15
XYZ40.331520.960268.2497
Yxy20.96020.31130.1618
Hunter Lab45.782377.1289-56.3386
CIE-Lab52.905978.7184-52.3598

#d231da color RGB value is (210,49,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00110001 11011010
Octal 322 61 332
Decimal 210 49 218
Hex D2 31 DA

RGB Percentages of Color #d231da

%44.03
%10.27
%45.70

CMYK Percentages of Color #d231da

%4
%78
%0
%15

Triadic Colors of #d231da

#d231da #dad231 #31dad2

Analogous Colors of #d231da

#d231da #da318e #7e31da

Monochromatic Colors of #d231da

#d231da

Complementary Color

#d231da #39da31

#d231da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d231da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d231da Color CSS Codes

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

#d231da Text Font Color

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

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


#d231da Background Color

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

This div background color is #d231da


#d231da Border Color

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

This div border color is #d231da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d231da


Comments

No comments written yet.

Please login to write comment.