Color Hex Logo

#c278dc Color Hex

#C278DC
(194,120,220)
0 Favorites   0 Comments

Color spaces of #c278dc

RGB 194120220
HSL0.790.590.67
HSV284°45°86°
CMYK 0.120.450.00   0.14
XYZ41.882930.069671.3067
Yxy30.06960.29240.2099
Hunter Lab54.835840.3736-38.7138
CIE-Lab61.714245.5086-39.6914

#c278dc color RGB value is (194,120,220).

#c278dc hex color red value is 194, green value is 120 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c278dc hue: 0.79 , saturation: 0.59 and the lightness value of c278dc is 0.67.

The process color (four color CMYK) of #c278dc color hex is 0.12, 0.45, 0.00, 0.14. Web safe color of #c278dc is #cc66cc. Color #c278dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111000 11011100
Octal 302 170 334
Decimal 194 120 220
Hex C2 78 DC

RGB Percentages of Color #c278dc

%36.33
%22.47
%41.20

CMYK Percentages of Color #c278dc

%12
%45
%0
%14

Triadic Colors of #c278dc

#c278dc #dcc278 #78dcc2

Analogous Colors of #c278dc

#c278dc #dc78c4 #9078dc

Monochromatic Colors of #c278dc

#c278dc

Complementary Color

#c278dc #92dc78

#c278dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c278dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c278dc Color CSS Codes

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

#c278dc Text Font Color

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

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


#c278dc Background Color

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

This div background color is #c278dc


#c278dc Border Color

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

This div border color is #c278dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,120,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 #c278dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c278dc


Comments

No comments written yet.

Please login to write comment.