Color Hex Logo

#c264ea Color Hex

#C264EA
(194,100,234)
0 Favorites   0 Comments

Color spaces of #c264ea

RGB 194100234
HSL0.780.760.65
HSV282°57°92°
CMYK 0.170.570.00   0.08
XYZ41.656626.524280.7660
Yxy26.52420.27970.1781
Hunter Lab51.501754.2501-56.9287
CIE-Lab58.531358.5416-52.5426

#c264ea color RGB value is (194,100,234).

#c264ea hex color red value is 194, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c264ea hue: 0.78 , saturation: 0.76 and the lightness value of c264ea is 0.65.

The process color (four color CMYK) of #c264ea color hex is 0.17, 0.57, 0.00, 0.08. Web safe color of #c264ea is #cc66ff. Color #c264ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100100 11101010
Octal 302 144 352
Decimal 194 100 234
Hex C2 64 EA

RGB Percentages of Color #c264ea

%36.74
%18.94
%44.32

CMYK Percentages of Color #c264ea

%17
%57
%0
%8

Triadic Colors of #c264ea

#c264ea #eac264 #64eac2

Analogous Colors of #c264ea

#c264ea #ea64cf #7f64ea

Monochromatic Colors of #c264ea

#c264ea

Complementary Color

#c264ea #8cea64

#c264ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c264ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c264ea Color CSS Codes

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

#c264ea Text Font Color

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

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


#c264ea Background Color

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

This div background color is #c264ea


#c264ea Border Color

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

This div border color is #c264ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c264ea


Comments

No comments written yet.

Please login to write comment.