Color Hex Logo

#c77bed Color Hex

#C77BED
(199,123,237)
0 Favorites   0 Comments

Color spaces of #c77bed

RGB 199123237
HSL0.780.760.71
HSV280°48°93°
CMYK 0.160.480.00   0.07
XYZ45.922232.422583.9586
Yxy32.42250.28290.1998
Hunter Lab56.940844.3123-47.5640
CIE-Lab63.690548.8482-46.0021

#c77bed color RGB value is (199,123,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111011 11101101
Octal 307 173 355
Decimal 199 123 237
Hex C7 7B ED

RGB Percentages of Color #c77bed

%35.60
%22.00
%42.40

CMYK Percentages of Color #c77bed

%16
%48
%0
%7

Triadic Colors of #c77bed

#c77bed #edc77b #7bedc7

Analogous Colors of #c77bed

#c77bed #ed7bda #8e7bed

Monochromatic Colors of #c77bed

#c77bed

Complementary Color

#c77bed #a1ed7b

#c77bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77bed Color CSS Codes

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

#c77bed Text Font Color

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

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


#c77bed Background Color

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

This div background color is #c77bed


#c77bed Border Color

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

This div border color is #c77bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77bed


Comments

No comments written yet.

Please login to write comment.