Color Hex Logo

#d653ba Color Hex

#D653BA
(214,83,186)
0 Favorites   0 Comments

Color spaces of #d653ba

RGB 21483186
HSL0.870.620.58
HSV313°61°84°
CMYK 0.000.610.13   0.16
XYZ39.687724.027849.0004
Yxy24.02780.35210.2132
Hunter Lab49.018258.7413-24.9558
CIE-Lab56.115662.8735-28.9278

#d653ba color RGB value is (214,83,186).

#d653ba hex color red value is 214, green value is 83 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d653ba hue: 0.87 , saturation: 0.62 and the lightness value of d653ba is 0.58.

The process color (four color CMYK) of #d653ba color hex is 0.00, 0.61, 0.13, 0.16. Web safe color of #d653ba is #cc66cc. Color #d653ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 10111010
Octal 326 123 272
Decimal 214 83 186
Hex D6 53 BA

RGB Percentages of Color #d653ba

%44.31
%17.18
%38.51

CMYK Percentages of Color #d653ba

%0
%61
%13
%16

Triadic Colors of #d653ba

#d653ba #bad653 #53bad6

Analogous Colors of #d653ba

#d653ba #d65379 #b153d6

Monochromatic Colors of #d653ba

#d653ba

Complementary Color

#d653ba #53d66f

#d653ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d653ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d653ba Color CSS Codes

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

#d653ba Text Font Color

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

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


#d653ba Background Color

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

This div background color is #d653ba


#d653ba Border Color

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

This div border color is #d653ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,83,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d653ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d653ba;
  -webkit-box-shadow: 1px 1px 3px 2px #d653ba;
  box-shadow:         1px 1px 3px 2px #d653ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,83,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d653ba


Comments

No comments written yet.

Please login to write comment.