Color Hex Logo

#d57bec Color Hex

#D57BEC
(213,123,236)
0 Favorites   0 Comments

Color spaces of #d57bec

RGB 213123236
HSL0.800.750.70
HSV288°48°93°
CMYK 0.100.480.00   0.07
XYZ49.663934.368283.3730
Yxy34.36820.29670.2053
Hunter Lab58.624448.6243-43.2825
CIE-Lab65.253852.4891-42.8795

#d57bec color RGB value is (213,123,236).

#d57bec hex color red value is 213, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d57bec hue: 0.80 , saturation: 0.75 and the lightness value of d57bec is 0.70.

The process color (four color CMYK) of #d57bec color hex is 0.10, 0.48, 0.00, 0.07. Web safe color of #d57bec is #cc66ff. Color #d57bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111011 11101100
Octal 325 173 354
Decimal 213 123 236
Hex D5 7B EC

RGB Percentages of Color #d57bec

%37.24
%21.50
%41.26

CMYK Percentages of Color #d57bec

%10
%48
%0
%7

Triadic Colors of #d57bec

#d57bec #ecd57b #7becd5

Analogous Colors of #d57bec

#d57bec #ec7bcb #9d7bec

Monochromatic Colors of #d57bec

#d57bec

Complementary Color

#d57bec #92ec7b

#d57bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57bec Color CSS Codes

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

#d57bec Text Font Color

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

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


#d57bec Background Color

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

This div background color is #d57bec


#d57bec Border Color

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

This div border color is #d57bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57bec


Comments

No comments written yet.

Please login to write comment.