Color Hex Logo

#d75bba Color Hex

#D75BBA
(215,91,186)
0 Favorites   0 Comments

Color spaces of #d75bba

RGB 21591186
HSL0.870.610.60
HSV314°58°84°
CMYK 0.000.580.13   0.16
XYZ40.628325.474449.2301
Yxy25.47440.35230.2209
Hunter Lab50.472255.3598-22.5004
CIE-Lab57.534859.6859-26.7201

#d75bba color RGB value is (215,91,186).

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

The process color (four color CMYK) of #d75bba color hex is 0.00, 0.58, 0.13, 0.16. Web safe color of #d75bba is #cc66cc. Color #d75bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011011 10111010
Octal 327 133 272
Decimal 215 91 186
Hex D7 5B BA

RGB Percentages of Color #d75bba

%43.70
%18.50
%37.80

CMYK Percentages of Color #d75bba

%0
%58
%13
%16

Triadic Colors of #d75bba

#d75bba #bad75b #5bbad7

Analogous Colors of #d75bba

#d75bba #d75b7c #b65bd7

Monochromatic Colors of #d75bba

#d75bba

Complementary Color

#d75bba #5bd778

#d75bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75bba Color CSS Codes

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

#d75bba Text Font Color

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

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


#d75bba Background Color

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

This div background color is #d75bba


#d75bba Border Color

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

This div border color is #d75bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75bba


Comments

No comments written yet.

Please login to write comment.