Color Hex Logo

#c280be Color Hex

#C280BE
(194,128,190)
0 Favorites   0 Comments

Color spaces of #c280be

RGB 194128190
HSL0.840.350.63
HSV304°34°76°
CMYK 0.000.340.02   0.24
XYZ39.261630.625452.5572
Yxy30.62540.32060.2501
Hunter Lab55.340229.7930-17.5702
CIE-Lab62.190135.3480-22.0766

#c280be color RGB value is (194,128,190).

#c280be hex color red value is 194, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c280be hue: 0.84 , saturation: 0.35 and the lightness value of c280be is 0.63.

The process color (four color CMYK) of #c280be color hex is 0.00, 0.34, 0.02, 0.24. Web safe color of #c280be is #cc99cc. Color #c280be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000000 10111110
Octal 302 200 276
Decimal 194 128 190
Hex C2 80 BE

RGB Percentages of Color #c280be

%37.89
%25.00
%37.11

CMYK Percentages of Color #c280be

%0
%34
%2
%24

Triadic Colors of #c280be

#c280be #bec280 #80bec2

Analogous Colors of #c280be

#c280be #c2809d #a580c2

Monochromatic Colors of #c280be

#c280be

Complementary Color

#c280be #80c284

#c280be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c280be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c280be Color CSS Codes

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

#c280be Text Font Color

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

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


#c280be Background Color

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

This div background color is #c280be


#c280be Border Color

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

This div border color is #c280be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c280be


Comments

No comments written yet.

Please login to write comment.