Color Hex Logo

#d77cea Color Hex

#D77CEA
(215,124,234)
0 Favorites   0 Comments

Color spaces of #d77cea

RGB 215124234
HSL0.800.720.70
HSV290°47°92°
CMYK 0.080.470.00   0.08
XYZ50.083334.802981.9199
Yxy34.80290.30020.2086
Hunter Lab58.994048.2992-41.0352
CIE-Lab65.594952.1491-41.2221

#d77cea color RGB value is (215,124,234).

#d77cea hex color red value is 215, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d77cea hue: 0.80 , saturation: 0.72 and the lightness value of d77cea is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111100 11101010
Octal 327 174 352
Decimal 215 124 234
Hex D7 7C EA

RGB Percentages of Color #d77cea

%37.52
%21.64
%40.84

CMYK Percentages of Color #d77cea

%8
%47
%0
%8

Triadic Colors of #d77cea

#d77cea #ead77c #7cead7

Analogous Colors of #d77cea

#d77cea #ea7cc6 #a07cea

Monochromatic Colors of #d77cea

#d77cea

Complementary Color

#d77cea #8fea7c

#d77cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77cea Color CSS Codes

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

#d77cea Text Font Color

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

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


#d77cea Background Color

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

This div background color is #d77cea


#d77cea Border Color

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

This div border color is #d77cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77cea


Comments

No comments written yet.

Please login to write comment.