Color Hex Logo

#c78edb Color Hex

#C78EDB
(199,142,219)
0 Favorites   0 Comments

Color spaces of #c78edb

RGB 199142219
HSL0.790.520.71
HSV284°35°86°
CMYK 0.090.350.00   0.14
XYZ46.012436.602671.6577
Yxy36.60260.29830.2373
Hunter Lab60.500129.8803-27.8744
CIE-Lab66.977834.9357-30.9008

#c78edb color RGB value is (199,142,219).

#c78edb hex color red value is 199, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c78edb hue: 0.79 , saturation: 0.52 and the lightness value of c78edb is 0.71.

The process color (four color CMYK) of #c78edb color hex is 0.09, 0.35, 0.00, 0.14. Web safe color of #c78edb is #cc99cc. Color #c78edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001110 11011011
Octal 307 216 333
Decimal 199 142 219
Hex C7 8E DB

RGB Percentages of Color #c78edb

%35.54
%25.36
%39.11

CMYK Percentages of Color #c78edb

%9
%35
%0
%14

Triadic Colors of #c78edb

#c78edb #dbc78e #8edbc7

Analogous Colors of #c78edb

#c78edb #db8ec9 #a18edb

Monochromatic Colors of #c78edb

#c78edb

Complementary Color

#c78edb #a2db8e

#c78edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78edb Color CSS Codes

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

#c78edb Text Font Color

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

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


#c78edb Background Color

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

This div background color is #c78edb


#c78edb Border Color

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

This div border color is #c78edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78edb


Comments

No comments written yet.

Please login to write comment.