Color Hex Logo

#c284eb Color Hex

#C284EB
(194,132,235)
0 Favorites   0 Comments

Color spaces of #c284eb

RGB 194132235
HSL0.770.720.72
HSV276°44°92°
CMYK 0.170.440.00   0.08
XYZ45.494833.970082.7563
Yxy33.97000.28040.2094
Hunter Lab58.283837.3358-43.3864
CIE-Lab64.938842.2471-42.9704

#c284eb color RGB value is (194,132,235).

#c284eb hex color red value is 194, green value is 132 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c284eb hue: 0.77 , saturation: 0.72 and the lightness value of c284eb is 0.72.

The process color (four color CMYK) of #c284eb color hex is 0.17, 0.44, 0.00, 0.08. Web safe color of #c284eb is #cc99ff. Color #c284eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 11101011
Octal 302 204 353
Decimal 194 132 235
Hex C2 84 EB

RGB Percentages of Color #c284eb

%34.58
%23.53
%41.89

CMYK Percentages of Color #c284eb

%17
%44
%0
%8

Triadic Colors of #c284eb

#c284eb #ebc284 #84ebc2

Analogous Colors of #c284eb

#c284eb #eb84e1 #8f84eb

Monochromatic Colors of #c284eb

#c284eb

Complementary Color

#c284eb #adeb84

#c284eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c284eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c284eb Color CSS Codes

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

#c284eb Text Font Color

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

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


#c284eb Background Color

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

This div background color is #c284eb


#c284eb Border Color

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

This div border color is #c284eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c284eb


Comments

No comments written yet.

Please login to write comment.