Color Hex Logo

#d57bbe Color Hex

#D57BBE
(213,123,190)
0 Favorites   0 Comments

Color spaces of #d57bbe

RGB 213123190
HSL0.880.520.66
HSV315°42°84°
CMYK 0.000.420.11   0.16
XYZ43.817832.029852.5881
Yxy32.02980.34120.2494
Hunter Lab56.594939.1601-15.4760
CIE-Lab63.367544.1536-20.0774

#d57bbe color RGB value is (213,123,190).

#d57bbe hex color red value is 213, green value is 123 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d57bbe hue: 0.88 , saturation: 0.52 and the lightness value of d57bbe is 0.66.

The process color (four color CMYK) of #d57bbe color hex is 0.00, 0.42, 0.11, 0.16. Web safe color of #d57bbe is #cc66cc. Color #d57bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111011 10111110
Octal 325 173 276
Decimal 213 123 190
Hex D5 7B BE

RGB Percentages of Color #d57bbe

%40.49
%23.38
%36.12

CMYK Percentages of Color #d57bbe

%0
%42
%11
%16

Triadic Colors of #d57bbe

#d57bbe #bed57b #7bbed5

Analogous Colors of #d57bbe

#d57bbe #d57b91 #bf7bd5

Monochromatic Colors of #d57bbe

#d57bbe

Complementary Color

#d57bbe #7bd592

#d57bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57bbe Color CSS Codes

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

#d57bbe Text Font Color

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

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


#d57bbe Background Color

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

This div background color is #d57bbe


#d57bbe Border Color

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

This div border color is #d57bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,123,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d57bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d57bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #d57bbe;
  box-shadow:         1px 1px 3px 2px #d57bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,123,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57bbe


Comments

No comments written yet.

Please login to write comment.