Color Hex Logo

#c278d2 Color Hex

#C278D2
(194,120,210)
0 Favorites   0 Comments

Color spaces of #c278d2

RGB 194120210
HSL0.800.500.65
HSV289°43°82°
CMYK 0.080.430.00   0.18
XYZ40.597529.555464.5378
Yxy29.55540.30140.2194
Hunter Lab54.364938.1581-32.3291
CIE-Lab61.268743.4961-34.7802

#c278d2 color RGB value is (194,120,210).

#c278d2 hex color red value is 194, green value is 120 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #c278d2 hue: 0.80 , saturation: 0.50 and the lightness value of c278d2 is 0.65.

The process color (four color CMYK) of #c278d2 color hex is 0.08, 0.43, 0.00, 0.18. Web safe color of #c278d2 is #cc66cc. Color #c278d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111000 11010010
Octal 302 170 322
Decimal 194 120 210
Hex C2 78 D2

RGB Percentages of Color #c278d2

%37.02
%22.90
%40.08

CMYK Percentages of Color #c278d2

%8
%43
%0
%18

Triadic Colors of #c278d2

#c278d2 #d2c278 #78d2c2

Analogous Colors of #c278d2

#c278d2 #d278b5 #9578d2

Monochromatic Colors of #c278d2

#c278d2

Complementary Color

#c278d2 #88d278

#c278d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c278d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c278d2 Color CSS Codes

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

#c278d2 Text Font Color

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

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


#c278d2 Background Color

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

This div background color is #c278d2


#c278d2 Border Color

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

This div border color is #c278d2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,120,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c278d2


Comments

No comments written yet.

Please login to write comment.