Color Hex Logo

#d75cbd Color Hex

#D75CBD
(215,92,189)
0 Favorites   0 Comments

Color spaces of #d75cbd

RGB 21592189
HSL0.870.610.60
HSV313°57°84°
CMYK 0.000.570.12   0.16
XYZ41.036825.775550.9564
Yxy25.77550.34850.2189
Hunter Lab50.769655.4339-23.9695
CIE-Lab57.823359.7001-27.9962

#d75cbd color RGB value is (215,92,189).

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

The process color (four color CMYK) of #d75cbd color hex is 0.00, 0.57, 0.12, 0.16. Web safe color of #d75cbd is #cc66cc. Color #d75cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011100 10111101
Octal 327 134 275
Decimal 215 92 189
Hex D7 5C BD

RGB Percentages of Color #d75cbd

%43.35
%18.55
%38.10

CMYK Percentages of Color #d75cbd

%0
%57
%12
%16

Triadic Colors of #d75cbd

#d75cbd #bdd75c #5cbdd7

Analogous Colors of #d75cbd

#d75cbd #d75c80 #b45cd7

Monochromatic Colors of #d75cbd

#d75cbd

Complementary Color

#d75cbd #5cd776

#d75cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75cbd Color CSS Codes

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

#d75cbd Text Font Color

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

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


#d75cbd Background Color

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

This div background color is #d75cbd


#d75cbd Border Color

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

This div border color is #d75cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75cbd


Comments

No comments written yet.

Please login to write comment.