Color Hex Logo

#c278eb Color Hex

#C278EB
(194,120,235)
0 Favorites   0 Comments

Color spaces of #c278eb

RGB 194120235
HSL0.770.740.70
HSV279°49°92°
CMYK 0.170.490.00   0.08
XYZ43.960030.900482.2447
Yxy30.90040.27980.1967
Hunter Lab55.588143.8815-48.8101
CIE-Lab62.423548.6402-46.9302

#c278eb color RGB value is (194,120,235).

#c278eb hex color red value is 194, green value is 120 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c278eb hue: 0.77 , saturation: 0.74 and the lightness value of c278eb is 0.70.

The process color (four color CMYK) of #c278eb color hex is 0.17, 0.49, 0.00, 0.08. Web safe color of #c278eb is #cc66ff. Color #c278eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111000 11101011
Octal 302 170 353
Decimal 194 120 235
Hex C2 78 EB

RGB Percentages of Color #c278eb

%35.34
%21.86
%42.81

CMYK Percentages of Color #c278eb

%17
%49
%0
%8

Triadic Colors of #c278eb

#c278eb #ebc278 #78ebc2

Analogous Colors of #c278eb

#c278eb #eb78db #8978eb

Monochromatic Colors of #c278eb

#c278eb

Complementary Color

#c278eb #a1eb78

#c278eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c278eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c278eb Color CSS Codes

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

#c278eb Text Font Color

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

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


#c278eb Background Color

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

This div background color is #c278eb


#c278eb Border Color

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

This div border color is #c278eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c278eb


Comments

No comments written yet.

Please login to write comment.