Color Hex Logo

#d293da Color Hex

#D293DA
(210,147,218)
0 Favorites   0 Comments

Color spaces of #d293da

RGB 210147218
HSL0.810.490.72
HSV293°33°85°
CMYK 0.040.330.00   0.15
XYZ49.666939.631071.3615
Yxy39.63100.30910.2467
Hunter Lab62.953230.6596-23.1419
CIE-Lab69.205935.4622-26.8192

#d293da color RGB value is (210,147,218).

#d293da hex color red value is 210, green value is 147 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d293da hue: 0.81 , saturation: 0.49 and the lightness value of d293da is 0.72.

The process color (four color CMYK) of #d293da color hex is 0.04, 0.33, 0.00, 0.15. Web safe color of #d293da is #cc99cc. Color #d293da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010011 11011010
Octal 322 223 332
Decimal 210 147 218
Hex D2 93 DA

RGB Percentages of Color #d293da

%36.52
%25.57
%37.91

CMYK Percentages of Color #d293da

%4
%33
%0
%15

Triadic Colors of #d293da

#d293da #dad293 #93dad2

Analogous Colors of #d293da

#d293da #da93bf #af93da

Monochromatic Colors of #d293da

#d293da

Complementary Color

#d293da #9bda93

#d293da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d293da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d293da Color CSS Codes

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

#d293da Text Font Color

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

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


#d293da Background Color

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

This div background color is #d293da


#d293da Border Color

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

This div border color is #d293da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d293da


Comments

No comments written yet.

Please login to write comment.