Color Hex Logo

#d57cc8 Color Hex

#D57CC8
(213,124,200)
0 Favorites   0 Comments

Color spaces of #d57cc8

RGB 213124200
HSL0.860.510.66
HSV309°42°84°
CMYK 0.000.420.06   0.16
XYZ45.073632.731658.5858
Yxy32.73160.33050.2400
Hunter Lab57.211540.5094-20.6661
CIE-Lab63.943045.3284-24.8372

#d57cc8 color RGB value is (213,124,200).

#d57cc8 hex color red value is 213, green value is 124 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #d57cc8 hue: 0.86 , saturation: 0.51 and the lightness value of d57cc8 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111100 11001000
Octal 325 174 310
Decimal 213 124 200
Hex D5 7C C8

RGB Percentages of Color #d57cc8

%39.66
%23.09
%37.24

CMYK Percentages of Color #d57cc8

%0
%42
%6
%16

Triadic Colors of #d57cc8

#d57cc8 #c8d57c #7cc8d5

Analogous Colors of #d57cc8

#d57cc8 #d57c9c #b67cd5

Monochromatic Colors of #d57cc8

#d57cc8

Complementary Color

#d57cc8 #7cd589

#d57cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57cc8 Color CSS Codes

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

#d57cc8 Text Font Color

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

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


#d57cc8 Background Color

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

This div background color is #d57cc8


#d57cc8 Border Color

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

This div border color is #d57cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57cc8


Comments

No comments written yet.

Please login to write comment.