Color Hex Logo

#d83ece Color Hex

#D83ECE
(216,62,206)
0 Favorites   0 Comments

Color spaces of #d83ece

RGB 21662206
HSL0.840.660.55
HSV304°71°85°
CMYK 0.000.710.05   0.15
XYZ41.182122.500460.5650
Yxy22.50040.33150.1811
Hunter Lab47.434671.9609-42.4979
CIE-Lab54.554074.2378-42.8368

#d83ece color RGB value is (216,62,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111110 11001110
Octal 330 76 316
Decimal 216 62 206
Hex D8 3E CE

RGB Percentages of Color #d83ece

%44.63
%12.81
%42.56

CMYK Percentages of Color #d83ece

%0
%71
%5
%15

Triadic Colors of #d83ece

#d83ece #ced83e #3eced8

Analogous Colors of #d83ece

#d83ece #d83e81 #953ed8

Monochromatic Colors of #d83ece

#d83ece

Complementary Color

#d83ece #3ed848

#d83ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83ece Color CSS Codes

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

#d83ece Text Font Color

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

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


#d83ece Background Color

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

This div background color is #d83ece


#d83ece Border Color

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

This div border color is #d83ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83ece


Comments

No comments written yet.

Please login to write comment.