Color Hex Logo

#c284fc Color Hex

#C284FC
(194,132,252)
0 Favorites   0 Comments

Color spaces of #c284fc

RGB 194132252
HSL0.750.950.75
HSV271°48°99°
CMYK 0.230.480.00   0.01
XYZ48.070135.000196.3176
Yxy35.00010.26800.1951
Hunter Lab59.160941.5054-55.1152
CIE-Lab65.748746.0007-51.0439

#c284fc color RGB value is (194,132,252).

#c284fc hex color red value is 194, green value is 132 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c284fc hue: 0.75 , saturation: 0.95 and the lightness value of c284fc is 0.75.

The process color (four color CMYK) of #c284fc color hex is 0.23, 0.48, 0.00, 0.01. Web safe color of #c284fc is #cc99ff. Color #c284fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 11111100
Octal 302 204 374
Decimal 194 132 252
Hex C2 84 FC

RGB Percentages of Color #c284fc

%33.56
%22.84
%43.60

CMYK Percentages of Color #c284fc

%23
%48
%0
%1

Triadic Colors of #c284fc

#c284fc #fcc284 #84fcc2

Analogous Colors of #c284fc

#c284fc #fc84fa #8684fc

Monochromatic Colors of #c284fc

#c284fc

Complementary Color

#c284fc #befc84

#c284fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c284fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c284fc Color CSS Codes

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

#c284fc Text Font Color

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

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


#c284fc Background Color

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

This div background color is #c284fc


#c284fc Border Color

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

This div border color is #c284fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c284fc


Comments

No comments written yet.

Please login to write comment.