Color Hex Logo

#c284cb Color Hex

#C284CB
(194,132,203)
0 Favorites   0 Comments

Color spaces of #c284cb

RGB 194132203
HSL0.810.410.66
HSV292°35°80°
CMYK 0.040.350.00   0.20
XYZ41.278932.283760.5556
Yxy32.28370.30780.2407
Hunter Lab56.818730.2477-23.4163
CIE-Lab63.576735.6430-27.2719

#c284cb color RGB value is (194,132,203).

#c284cb hex color red value is 194, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c284cb hue: 0.81 , saturation: 0.41 and the lightness value of c284cb is 0.66.

The process color (four color CMYK) of #c284cb color hex is 0.04, 0.35, 0.00, 0.20. Web safe color of #c284cb is #cc99cc. Color #c284cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 11001011
Octal 302 204 313
Decimal 194 132 203
Hex C2 84 CB

RGB Percentages of Color #c284cb

%36.67
%24.95
%38.37

CMYK Percentages of Color #c284cb

%4
%35
%0
%20

Triadic Colors of #c284cb

#c284cb #cbc284 #84cbc2

Analogous Colors of #c284cb

#c284cb #cb84b1 #9f84cb

Monochromatic Colors of #c284cb

#c284cb

Complementary Color

#c284cb #8dcb84

#c284cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c284cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c284cb Color CSS Codes

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

#c284cb Text Font Color

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

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


#c284cb Background Color

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

This div background color is #c284cb


#c284cb Border Color

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

This div border color is #c284cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c284cb


Comments

No comments written yet.

Please login to write comment.