Color Hex Logo

#d75ecb Color Hex

#D75ECB
(215,94,203)
0 Favorites   0 Comments

Color spaces of #d75ecb

RGB 21594203
HSL0.850.600.61
HSV306°56°84°
CMYK 0.000.560.06   0.16
XYZ42.806526.764359.4098
Yxy26.76430.33190.2075
Hunter Lab51.734257.1615-31.8726
CIE-Lab58.755561.0382-34.5402

#d75ecb color RGB value is (215,94,203).

#d75ecb hex color red value is 215, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d75ecb hue: 0.85 , saturation: 0.60 and the lightness value of d75ecb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011110 11001011
Octal 327 136 313
Decimal 215 94 203
Hex D7 5E CB

RGB Percentages of Color #d75ecb

%41.99
%18.36
%39.65

CMYK Percentages of Color #d75ecb

%0
%56
%6
%16

Triadic Colors of #d75ecb

#d75ecb #cbd75e #5ecbd7

Analogous Colors of #d75ecb

#d75ecb #d75e8f #a75ed7

Monochromatic Colors of #d75ecb

#d75ecb

Complementary Color

#d75ecb #5ed76a

#d75ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75ecb Color CSS Codes

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

#d75ecb Text Font Color

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

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


#d75ecb Background Color

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

This div background color is #d75ecb


#d75ecb Border Color

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

This div border color is #d75ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,94,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d75ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d75ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #d75ecb;
  box-shadow:         1px 1px 3px 2px #d75ecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,94,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75ecb


Comments

No comments written yet.

Please login to write comment.