Color Hex Logo

#d57bcf Color Hex

#D57BCF
(213,123,207)
0 Favorites   0 Comments

Color spaces of #d57bcf

RGB 213123207
HSL0.840.520.66
HSV304°42°84°
CMYK 0.000.420.03   0.16
XYZ45.786032.817062.9526
Yxy32.81700.32340.2318
Hunter Lab57.286142.4156-25.0544
CIE-Lab64.012547.0724-28.6627

#d57bcf color RGB value is (213,123,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111011 11001111
Octal 325 173 317
Decimal 213 123 207
Hex D5 7B CF

RGB Percentages of Color #d57bcf

%39.23
%22.65
%38.12

CMYK Percentages of Color #d57bcf

%0
%42
%3
%16

Triadic Colors of #d57bcf

#d57bcf #cfd57b #7bcfd5

Analogous Colors of #d57bcf

#d57bcf #d57ba2 #ae7bd5

Monochromatic Colors of #d57bcf

#d57bcf

Complementary Color

#d57bcf #7bd581

#d57bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57bcf Color CSS Codes

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

#d57bcf Text Font Color

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

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


#d57bcf Background Color

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

This div background color is #d57bcf


#d57bcf Border Color

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

This div border color is #d57bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57bcf


Comments

No comments written yet.

Please login to write comment.