Color Hex Logo

#c284bb Color Hex

#C284BB
(194,132,187)
0 Favorites   0 Comments

Color spaces of #c284bb

RGB 194132187
HSL0.850.340.64
HSV307°32°76°
CMYK 0.000.320.04   0.24
XYZ39.469031.559751.0251
Yxy31.55970.32340.2586
Hunter Lab56.178027.0972-14.5270
CIE-Lab62.977332.6096-19.1799

#c284bb color RGB value is (194,132,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 10111011
Octal 302 204 273
Decimal 194 132 187
Hex C2 84 BB

RGB Percentages of Color #c284bb

%37.82
%25.73
%36.45

CMYK Percentages of Color #c284bb

%0
%32
%4
%24

Triadic Colors of #c284bb

#c284bb #bbc284 #84bbc2

Analogous Colors of #c284bb

#c284bb #c2849c #aa84c2

Monochromatic Colors of #c284bb

#c284bb

Complementary Color

#c284bb #84c28b

#c284bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c284bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c284bb Color CSS Codes

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

#c284bb Text Font Color

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

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


#c284bb Background Color

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

This div background color is #c284bb


#c284bb Border Color

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

This div border color is #c284bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c284bb


Comments

No comments written yet.

Please login to write comment.