Color Hex Logo

#c78afd Color Hex

#C78AFD
(199,138,253)
0 Favorites   0 Comments

Color spaces of #c78afd

RGB 199138253
HSL0.760.970.77
HSV272°45°99°
CMYK 0.210.450.00   0.01
XYZ50.371337.410997.4947
Yxy37.41090.27190.2019
Hunter Lab61.164539.9639-51.6918
CIE-Lab67.584244.3474-48.6583

#c78afd color RGB value is (199,138,253).

#c78afd hex color red value is 199, green value is 138 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c78afd hue: 0.76 , saturation: 0.97 and the lightness value of c78afd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001010 11111101
Octal 307 212 375
Decimal 199 138 253
Hex C7 8A FD

RGB Percentages of Color #c78afd

%33.73
%23.39
%42.88

CMYK Percentages of Color #c78afd

%21
%45
%0
%1

Triadic Colors of #c78afd

#c78afd #fdc78a #8afdc7

Analogous Colors of #c78afd

#c78afd #fd8afa #8e8afd

Monochromatic Colors of #c78afd

#c78afd

Complementary Color

#c78afd #c0fd8a

#c78afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78afd Color CSS Codes

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

#c78afd Text Font Color

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

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


#c78afd Background Color

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

This div background color is #c78afd


#c78afd Border Color

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

This div border color is #c78afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78afd

Related Colors


Comments

No comments written yet.

Please login to write comment.