Color Hex Logo

#c280ed Color Hex

#C280ED
(194,128,237)
0 Favorites   0 Comments

Color spaces of #c280ed

RGB 194128237
HSL0.770.750.72
HSV276°46°93°
CMYK 0.180.460.00   0.07
XYZ45.253433.022184.1096
Yxy33.02210.27870.2034
Hunter Lab57.464940.0047-46.5556
CIE-Lab64.178844.8297-45.2702

#c280ed color RGB value is (194,128,237).

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

The process color (four color CMYK) of #c280ed color hex is 0.18, 0.46, 0.00, 0.07. Web safe color of #c280ed is #cc99ff. Color #c280ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000000 11101101
Octal 302 200 355
Decimal 194 128 237
Hex C2 80 ED

RGB Percentages of Color #c280ed

%34.70
%22.90
%42.40

CMYK Percentages of Color #c280ed

%18
%46
%0
%7

Triadic Colors of #c280ed

#c280ed #edc280 #80edc2

Analogous Colors of #c280ed

#c280ed #ed80e2 #8c80ed

Monochromatic Colors of #c280ed

#c280ed

Complementary Color

#c280ed #abed80

#c280ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c280ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c280ed Color CSS Codes

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

#c280ed Text Font Color

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

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


#c280ed Background Color

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

This div background color is #c280ed


#c280ed Border Color

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

This div border color is #c280ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c280ed


Comments

No comments written yet.

Please login to write comment.