Color Hex Logo

#d293bf Color Hex

#D293BF
(210,147,191)
0 Favorites   0 Comments

Color spaces of #d293bf

RGB 210147191
HSL0.880.410.70
HSV318°30°82°
CMYK 0.000.300.09   0.18
XYZ46.416038.330754.2424
Yxy38.33070.33400.2758
Hunter Lab61.911825.4779-8.6071
CIE-Lab68.263630.5379-13.2642

#d293bf color RGB value is (210,147,191).

#d293bf hex color red value is 210, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d293bf hue: 0.88 , saturation: 0.41 and the lightness value of d293bf is 0.70.

The process color (four color CMYK) of #d293bf color hex is 0.00, 0.30, 0.09, 0.18. Web safe color of #d293bf is #cc99cc. Color #d293bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010011 10111111
Octal 322 223 277
Decimal 210 147 191
Hex D2 93 BF

RGB Percentages of Color #d293bf

%38.32
%26.82
%34.85

CMYK Percentages of Color #d293bf

%0
%30
%9
%18

Triadic Colors of #d293bf

#d293bf #bfd293 #93bfd2

Analogous Colors of #d293bf

#d293bf #d293a0 #c693d2

Monochromatic Colors of #d293bf

#d293bf

Complementary Color

#d293bf #93d2a6

#d293bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d293bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d293bf Color CSS Codes

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

#d293bf Text Font Color

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

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


#d293bf Background Color

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

This div background color is #d293bf


#d293bf Border Color

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

This div border color is #d293bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,147,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d293bf


Comments

No comments written yet.

Please login to write comment.