Color Hex Logo

#d57bdc Color Hex

#D57BDC
(213,123,220)
0 Favorites   0 Comments

Color spaces of #d57bdc

RGB 213123220
HSL0.820.580.67
HSV296°44°86°
CMYK 0.030.440.00   0.14
XYZ47.441833.479471.6719
Yxy33.47940.31090.2194
Hunter Lab57.861445.0986-32.9385
CIE-Lab64.547249.4364-35.1029

#d57bdc color RGB value is (213,123,220).

#d57bdc hex color red value is 213, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d57bdc hue: 0.82 , saturation: 0.58 and the lightness value of d57bdc is 0.67.

The process color (four color CMYK) of #d57bdc color hex is 0.03, 0.44, 0.00, 0.14. Web safe color of #d57bdc is #cc66cc. Color #d57bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111011 11011100
Octal 325 173 334
Decimal 213 123 220
Hex D5 7B DC

RGB Percentages of Color #d57bdc

%38.31
%22.12
%39.57

CMYK Percentages of Color #d57bdc

%3
%44
%0
%14

Triadic Colors of #d57bdc

#d57bdc #dcd57b #7bdcd5

Analogous Colors of #d57bdc

#d57bdc #dc7bb3 #a57bdc

Monochromatic Colors of #d57bdc

#d57bdc

Complementary Color

#d57bdc #82dc7b

#d57bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57bdc Color CSS Codes

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

#d57bdc Text Font Color

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

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


#d57bdc Background Color

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

This div background color is #d57bdc


#d57bdc Border Color

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

This div border color is #d57bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57bdc


Comments

No comments written yet.

Please login to write comment.