Color Hex Logo

#d62ebe Color Hex

#D62EBE
(214,46,190)
0 Favorites   0 Comments

Color spaces of #d62ebe

RGB 21446190
HSL0.860.670.51
HSV309°79°84°
CMYK 0.000.790.11   0.16
XYZ38.002819.967850.5664
Yxy19.96780.35010.1840
Hunter Lab44.685373.6066-35.8134
CIE-Lab51.800876.1067-37.9828

#d62ebe color RGB value is (214,46,190).

#d62ebe hex color red value is 214, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d62ebe hue: 0.86 , saturation: 0.67 and the lightness value of d62ebe is 0.51.

The process color (four color CMYK) of #d62ebe color hex is 0.00, 0.79, 0.11, 0.16. Web safe color of #d62ebe is #cc33cc. Color #d62ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101110 10111110
Octal 326 56 276
Decimal 214 46 190
Hex D6 2E BE

RGB Percentages of Color #d62ebe

%47.56
%10.22
%42.22

CMYK Percentages of Color #d62ebe

%0
%79
%11
%16

Triadic Colors of #d62ebe

#d62ebe #bed62e #2ebed6

Analogous Colors of #d62ebe

#d62ebe #d62e6a #9a2ed6

Monochromatic Colors of #d62ebe

#d62ebe

Complementary Color

#d62ebe #2ed646

#d62ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62ebe Color CSS Codes

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

#d62ebe Text Font Color

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

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


#d62ebe Background Color

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

This div background color is #d62ebe


#d62ebe Border Color

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

This div border color is #d62ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,46,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d62ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d62ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #d62ebe;
  box-shadow:         1px 1px 3px 2px #d62ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,46,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62ebe


Comments

No comments written yet.

Please login to write comment.