Color Hex Logo

#c78edc Color Hex

#C78EDC
(199,142,220)
0 Favorites   0 Comments

Color spaces of #c78edc

RGB 199142220
HSL0.790.530.71
HSV284°35°86°
CMYK 0.100.350.00   0.14
XYZ46.144536.655472.3533
Yxy36.65540.29740.2363
Hunter Lab60.543730.0956-28.4745
CIE-Lab67.017735.1392-31.3931

#c78edc color RGB value is (199,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001110 11011100
Octal 307 216 334
Decimal 199 142 220
Hex C7 8E DC

RGB Percentages of Color #c78edc

%35.47
%25.31
%39.22

CMYK Percentages of Color #c78edc

%10
%35
%0
%14

Triadic Colors of #c78edc

#c78edc #dcc78e #8edcc7

Analogous Colors of #c78edc

#c78edc #dc8eca #a08edc

Monochromatic Colors of #c78edc

#c78edc

Complementary Color

#c78edc #a3dc8e

#c78edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78edc Color CSS Codes

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

#c78edc Text Font Color

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

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


#c78edc Background Color

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

This div background color is #c78edc


#c78edc Border Color

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

This div border color is #c78edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78edc


Comments

No comments written yet.

Please login to write comment.