Color Hex Logo

#c259ce Color Hex

#C259CE
(194,89,206)
0 Favorites   0 Comments

Color spaces of #c259ce

RGB 19489206
HSL0.820.540.58
HSV294°57°81°
CMYK 0.060.570.00   0.19
XYZ36.961123.070360.8975
Yxy23.07030.30560.1908
Hunter Lab48.031653.3036-41.5496
CIE-Lab55.144758.2965-42.1188

#c259ce color RGB value is (194,89,206).

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

The process color (four color CMYK) of #c259ce color hex is 0.06, 0.57, 0.00, 0.19. Web safe color of #c259ce is #cc66cc. Color #c259ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011001 11001110
Octal 302 131 316
Decimal 194 89 206
Hex C2 59 CE

RGB Percentages of Color #c259ce

%39.67
%18.20
%42.13

CMYK Percentages of Color #c259ce

%6
%57
%0
%19

Triadic Colors of #c259ce

#c259ce #cec259 #59cec2

Analogous Colors of #c259ce

#c259ce #ce59a0 #8859ce

Monochromatic Colors of #c259ce

#c259ce

Complementary Color

#c259ce #65ce59

#c259ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c259ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c259ce Color CSS Codes

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

#c259ce Text Font Color

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

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


#c259ce Background Color

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

This div background color is #c259ce


#c259ce Border Color

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

This div border color is #c259ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c259ce


Comments

No comments written yet.

Please login to write comment.