Color Hex Logo

#c77ece Color Hex

#C77ECE
(199,126,206)
0 Favorites   0 Comments

Color spaces of #c77ece

RGB 199126206
HSL0.820.450.65
HSV295°39°81°
CMYK 0.030.390.00   0.19
XYZ42.154631.520162.2547
Yxy31.52010.31010.2319
Hunter Lab56.142835.7763-26.4446
CIE-Lab62.944341.0278-29.8864

#c77ece color RGB value is (199,126,206).

#c77ece hex color red value is 199, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c77ece hue: 0.82 , saturation: 0.45 and the lightness value of c77ece is 0.65.

The process color (four color CMYK) of #c77ece color hex is 0.03, 0.39, 0.00, 0.19. Web safe color of #c77ece is #cc66cc. Color #c77ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111110 11001110
Octal 307 176 316
Decimal 199 126 206
Hex C7 7E CE

RGB Percentages of Color #c77ece

%37.48
%23.73
%38.79

CMYK Percentages of Color #c77ece

%3
%39
%0
%19

Triadic Colors of #c77ece

#c77ece #cec77e #7ecec7

Analogous Colors of #c77ece

#c77ece #ce7ead #9f7ece

Monochromatic Colors of #c77ece

#c77ece

Complementary Color

#c77ece #85ce7e

#c77ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77ece Color CSS Codes

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

#c77ece Text Font Color

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

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


#c77ece Background Color

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

This div background color is #c77ece


#c77ece Border Color

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

This div border color is #c77ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77ece


Comments

No comments written yet.

Please login to write comment.