Color Hex Logo

#c77ced Color Hex

#C77CED
(199,124,237)
0 Favorites   0 Comments

Color spaces of #c77ced

RGB 199124237
HSL0.780.760.71
HSV280°48°93°
CMYK 0.160.480.00   0.07
XYZ46.046932.671884.0001
Yxy32.67180.28300.2008
Hunter Lab57.159343.7691-47.1199
CIE-Lab63.894348.3249-45.6810

#c77ced color RGB value is (199,124,237).

#c77ced hex color red value is 199, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c77ced hue: 0.78 , saturation: 0.76 and the lightness value of c77ced is 0.71.

The process color (four color CMYK) of #c77ced color hex is 0.16, 0.48, 0.00, 0.07. Web safe color of #c77ced is #cc66ff. Color #c77ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111100 11101101
Octal 307 174 355
Decimal 199 124 237
Hex C7 7C ED

RGB Percentages of Color #c77ced

%35.54
%22.14
%42.32

CMYK Percentages of Color #c77ced

%16
%48
%0
%7

Triadic Colors of #c77ced

#c77ced #edc77c #7cedc7

Analogous Colors of #c77ced

#c77ced #ed7cdb #8f7ced

Monochromatic Colors of #c77ced

#c77ced

Complementary Color

#c77ced #a2ed7c

#c77ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77ced Color CSS Codes

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

#c77ced Text Font Color

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

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


#c77ced Background Color

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

This div background color is #c77ced


#c77ced Border Color

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

This div border color is #c77ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,124,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77ced


Comments

No comments written yet.

Please login to write comment.