Color Hex Logo

#d83bbf Color Hex

#D83BBF
(216,59,191)
0 Favorites   0 Comments

Color spaces of #d83bbf

RGB 21659191
HSL0.860.670.54
HSV310°73°85°
CMYK 0.000.730.12   0.15
XYZ39.286821.488451.3673
Yxy21.48840.35030.1916
Hunter Lab46.355670.1582-33.2512
CIE-Lab53.479972.9717-35.9011

#d83bbf color RGB value is (216,59,191).

#d83bbf hex color red value is 216, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d83bbf hue: 0.86 , saturation: 0.67 and the lightness value of d83bbf is 0.54.

The process color (four color CMYK) of #d83bbf color hex is 0.00, 0.73, 0.12, 0.15. Web safe color of #d83bbf is #cc33cc. Color #d83bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111011 10111111
Octal 330 73 277
Decimal 216 59 191
Hex D8 3B BF

RGB Percentages of Color #d83bbf

%46.35
%12.66
%40.99

CMYK Percentages of Color #d83bbf

%0
%73
%12
%15

Triadic Colors of #d83bbf

#d83bbf #bfd83b #3bbfd8

Analogous Colors of #d83bbf

#d83bbf #d83b71 #a33bd8

Monochromatic Colors of #d83bbf

#d83bbf

Complementary Color

#d83bbf #3bd854

#d83bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83bbf Color CSS Codes

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

#d83bbf Text Font Color

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

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


#d83bbf Background Color

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

This div background color is #d83bbf


#d83bbf Border Color

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

This div border color is #d83bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,59,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d83bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d83bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #d83bbf;
  box-shadow:         1px 1px 3px 2px #d83bbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,59,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83bbf


Comments

No comments written yet.

Please login to write comment.