Color Hex Logo

#c284bd Color Hex

#C284BD
(194,132,189)
0 Favorites   0 Comments

Color spaces of #c284bd

RGB 194132189
HSL0.850.340.64
HSV305°32°76°
CMYK 0.000.320.03   0.24
XYZ39.684731.646052.1608
Yxy31.64600.32140.2563
Hunter Lab56.254827.4762-15.5968
CIE-Lab63.049232.9779-20.2000

#c284bd color RGB value is (194,132,189).

#c284bd hex color red value is 194, green value is 132 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c284bd hue: 0.85 , saturation: 0.34 and the lightness value of c284bd is 0.64.

The process color (four color CMYK) of #c284bd color hex is 0.00, 0.32, 0.03, 0.24. Web safe color of #c284bd is #cc99cc. Color #c284bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 10111101
Octal 302 204 275
Decimal 194 132 189
Hex C2 84 BD

RGB Percentages of Color #c284bd

%37.67
%25.63
%36.70

CMYK Percentages of Color #c284bd

%0
%32
%3
%24

Triadic Colors of #c284bd

#c284bd #bdc284 #84bdc2

Analogous Colors of #c284bd

#c284bd #c2849e #a884c2

Monochromatic Colors of #c284bd

#c284bd

Complementary Color

#c284bd #84c289

#c284bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c284bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c284bd Color CSS Codes

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

#c284bd Text Font Color

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

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


#c284bd Background Color

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

This div background color is #c284bd


#c284bd Border Color

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

This div border color is #c284bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c284bd


Comments

No comments written yet.

Please login to write comment.