Color Hex Logo

#d83ebf Color Hex

#D83EBF
(216,62,191)
0 Favorites   0 Comments

Color spaces of #d83ebf

RGB 21662191
HSL0.860.660.55
HSV310°71°85°
CMYK 0.000.710.12   0.15
XYZ39.445521.805851.4201
Yxy21.80580.35010.1935
Hunter Lab46.696769.0629-32.5996
CIE-Lab53.820372.0052-35.3675

#d83ebf color RGB value is (216,62,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111110 10111111
Octal 330 76 277
Decimal 216 62 191
Hex D8 3E BF

RGB Percentages of Color #d83ebf

%46.06
%13.22
%40.72

CMYK Percentages of Color #d83ebf

%0
%71
%12
%15

Triadic Colors of #d83ebf

#d83ebf #bfd83e #3ebfd8

Analogous Colors of #d83ebf

#d83ebf #d83e72 #a43ed8

Monochromatic Colors of #d83ebf

#d83ebf

Complementary Color

#d83ebf #3ed857

#d83ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83ebf Color CSS Codes

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

#d83ebf Text Font Color

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

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


#d83ebf Background Color

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

This div background color is #d83ebf


#d83ebf Border Color

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

This div border color is #d83ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,62,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 #d83ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83ebf


Comments

No comments written yet.

Please login to write comment.