Color Hex Logo

#c259ea Color Hex

#C259EA
(194,89,234)
0 Favorites   0 Comments

Color spaces of #c259ea

RGB 19489234
HSL0.790.780.63
HSV283°62°92°
CMYK 0.170.620.00   0.08
XYZ40.671824.554680.4378
Yxy24.55460.27920.1686
Hunter Lab49.552659.7922-61.5575
CIE-Lab56.638863.6819-55.5599

#c259ea color RGB value is (194,89,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011001 11101010
Octal 302 131 352
Decimal 194 89 234
Hex C2 59 EA

RGB Percentages of Color #c259ea

%37.52
%17.21
%45.26

CMYK Percentages of Color #c259ea

%17
%62
%0
%8

Triadic Colors of #c259ea

#c259ea #eac259 #59eac2

Analogous Colors of #c259ea

#c259ea #ea59ca #7a59ea

Monochromatic Colors of #c259ea

#c259ea

Complementary Color

#c259ea #81ea59

#c259ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c259ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c259ea Color CSS Codes

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

#c259ea Text Font Color

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

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


#c259ea Background Color

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

This div background color is #c259ea


#c259ea Border Color

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

This div border color is #c259ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,89,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 #c259ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c259ea


Comments

No comments written yet.

Please login to write comment.