Color Hex Logo

#c78bfb Color Hex

#C78BFB
(199,139,251)
0 Favorites   0 Comments

Color spaces of #c78bfb

RGB 199139251
HSL0.760.930.76
HSV272°45°98°
CMYK 0.210.450.00   0.02
XYZ50.198437.572495.8732
Yxy37.57240.27330.2046
Hunter Lab61.296338.9133-49.8277
CIE-Lab67.704343.3662-47.3765

#c78bfb color RGB value is (199,139,251).

#c78bfb hex color red value is 199, green value is 139 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c78bfb hue: 0.76 , saturation: 0.93 and the lightness value of c78bfb is 0.76.

The process color (four color CMYK) of #c78bfb color hex is 0.21, 0.45, 0.00, 0.02. Web safe color of #c78bfb is #cc99ff. Color #c78bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001011 11111011
Octal 307 213 373
Decimal 199 139 251
Hex C7 8B FB

RGB Percentages of Color #c78bfb

%33.79
%23.60
%42.61

CMYK Percentages of Color #c78bfb

%21
%45
%0
%2

Triadic Colors of #c78bfb

#c78bfb #fbc78b #8bfbc7

Analogous Colors of #c78bfb

#c78bfb #fb8bf7 #8f8bfb

Monochromatic Colors of #c78bfb

#c78bfb

Complementary Color

#c78bfb #bffb8b

#c78bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78bfb Color CSS Codes

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

#c78bfb Text Font Color

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

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


#c78bfb Background Color

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

This div background color is #c78bfb


#c78bfb Border Color

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

This div border color is #c78bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78bfb


Comments

No comments written yet.

Please login to write comment.