Color Hex Logo

#d76cea Color Hex

#D76CEA
(215,108,234)
0 Favorites   0 Comments

Color spaces of #d76cea

RGB 215108234
HSL0.810.750.67
HSV291°54°92°
CMYK 0.080.540.00   0.08
XYZ48.238231.112781.3048
Yxy31.11270.30030.1937
Hunter Lab55.778856.7563-47.3778
CIE-Lab62.602760.0252-45.9247

#d76cea color RGB value is (215,108,234).

#d76cea hex color red value is 215, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d76cea hue: 0.81 , saturation: 0.75 and the lightness value of d76cea is 0.67.

The process color (four color CMYK) of #d76cea color hex is 0.08, 0.54, 0.00, 0.08. Web safe color of #d76cea is #cc66ff. Color #d76cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101100 11101010
Octal 327 154 352
Decimal 215 108 234
Hex D7 6C EA

RGB Percentages of Color #d76cea

%38.60
%19.39
%42.01

CMYK Percentages of Color #d76cea

%8
%54
%0
%8

Triadic Colors of #d76cea

#d76cea #ead76c #6cead7

Analogous Colors of #d76cea

#d76cea #ea6cbe #986cea

Monochromatic Colors of #d76cea

#d76cea

Complementary Color

#d76cea #7fea6c

#d76cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76cea Color CSS Codes

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

#d76cea Text Font Color

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

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


#d76cea Background Color

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

This div background color is #d76cea


#d76cea Border Color

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

This div border color is #d76cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76cea


Comments

No comments written yet.

Please login to write comment.