Color Hex Logo

#c78acd Color Hex

#C78ACD
(199,138,205)
0 Favorites   0 Comments

Color spaces of #c78acd

RGB 199138205
HSL0.820.400.67
HSV295°33°80°
CMYK 0.030.330.00   0.20
XYZ43.661134.726862.1594
Yxy34.72680.31070.2471
Hunter Lab58.929429.1249-21.2891
CIE-Lab65.535434.3482-25.3341

#c78acd color RGB value is (199,138,205).

#c78acd hex color red value is 199, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c78acd hue: 0.82 , saturation: 0.40 and the lightness value of c78acd is 0.67.

The process color (four color CMYK) of #c78acd color hex is 0.03, 0.33, 0.00, 0.20. Web safe color of #c78acd is #cc99cc. Color #c78acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001010 11001101
Octal 307 212 315
Decimal 199 138 205
Hex C7 8A CD

RGB Percentages of Color #c78acd

%36.72
%25.46
%37.82

CMYK Percentages of Color #c78acd

%3
%33
%0
%20

Triadic Colors of #c78acd

#c78acd #cdc78a #8acdc7

Analogous Colors of #c78acd

#c78acd #cd8ab2 #a68acd

Monochromatic Colors of #c78acd

#c78acd

Complementary Color

#c78acd #90cd8a

#c78acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78acd Color CSS Codes

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

#c78acd Text Font Color

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

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


#c78acd Background Color

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

This div background color is #c78acd


#c78acd Border Color

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

This div border color is #c78acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78acd


Comments

No comments written yet.

Please login to write comment.