Color Hex Logo

#c259ef Color Hex

#C259EF
(194,89,239)
0 Favorites   0 Comments

Color spaces of #c259ef

RGB 19489239
HSL0.780.820.64
HSV282°63°94°
CMYK 0.190.630.00   0.06
XYZ41.400524.846184.2751
Yxy24.84610.27500.1651
Hunter Lab49.845961.0266-65.3503
CIE-Lab56.925264.6847-57.8967

#c259ef color RGB value is (194,89,239).

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

The process color (four color CMYK) of #c259ef color hex is 0.19, 0.63, 0.00, 0.06. Web safe color of #c259ef is #cc66ff. Color #c259ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011001 11101111
Octal 302 131 357
Decimal 194 89 239
Hex C2 59 EF

RGB Percentages of Color #c259ef

%37.16
%17.05
%45.79

CMYK Percentages of Color #c259ef

%19
%63
%0
%6

Triadic Colors of #c259ef

#c259ef #efc259 #59efc2

Analogous Colors of #c259ef

#c259ef #ef59d1 #7759ef

Monochromatic Colors of #c259ef

#c259ef

Complementary Color

#c259ef #86ef59

#c259ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c259ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c259ef Color CSS Codes

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

#c259ef Text Font Color

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

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


#c259ef Background Color

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

This div background color is #c259ef


#c259ef Border Color

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

This div border color is #c259ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c259ef


Comments

No comments written yet.

Please login to write comment.