Color Hex Logo

#c278ec Color Hex

#C278EC
(194,120,236)
0 Favorites   0 Comments

Color spaces of #c278ec

RGB 194120236
HSL0.770.750.70
HSV278°49°93°
CMYK 0.180.490.00   0.07
XYZ44.104930.958483.0079
Yxy30.95840.27900.1959
Hunter Lab55.640344.1228-49.5046
CIE-Lab62.472548.8532-47.4073

#c278ec color RGB value is (194,120,236).

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

The process color (four color CMYK) of #c278ec color hex is 0.18, 0.49, 0.00, 0.07. Web safe color of #c278ec is #cc66ff. Color #c278ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111000 11101100
Octal 302 170 354
Decimal 194 120 236
Hex C2 78 EC

RGB Percentages of Color #c278ec

%35.27
%21.82
%42.91

CMYK Percentages of Color #c278ec

%18
%49
%0
%7

Triadic Colors of #c278ec

#c278ec #ecc278 #78ecc2

Analogous Colors of #c278ec

#c278ec #ec78dc #8878ec

Monochromatic Colors of #c278ec

#c278ec

Complementary Color

#c278ec #a2ec78

#c278ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c278ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c278ec Color CSS Codes

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

#c278ec Text Font Color

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

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


#c278ec Background Color

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

This div background color is #c278ec


#c278ec Border Color

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

This div border color is #c278ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c278ec


Comments

No comments written yet.

Please login to write comment.