Color Hex Logo

#c259df Color Hex

#C259DF
(194,89,223)
0 Favorites   0 Comments

Color spaces of #c259df

RGB 19489223
HSL0.800.680.61
HSV287°60°87°
CMYK 0.130.600.00   0.13
XYZ39.139823.941872.3704
Yxy23.94180.28900.1768
Hunter Lab48.930457.1555-53.4416
CIE-Lab56.029561.5171-50.3520

#c259df color RGB value is (194,89,223).

#c259df hex color red value is 194, green value is 89 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c259df hue: 0.80 , saturation: 0.68 and the lightness value of c259df is 0.61.

The process color (four color CMYK) of #c259df color hex is 0.13, 0.60, 0.00, 0.13. Web safe color of #c259df is #cc66cc. Color #c259df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011001 11011111
Octal 302 131 337
Decimal 194 89 223
Hex C2 59 DF

RGB Percentages of Color #c259df

%38.34
%17.59
%44.07

CMYK Percentages of Color #c259df

%13
%60
%0
%13

Triadic Colors of #c259df

#c259df #dfc259 #59dfc2

Analogous Colors of #c259df

#c259df #df59b9 #7f59df

Monochromatic Colors of #c259df

#c259df

Complementary Color

#c259df #76df59

#c259df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c259df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c259df Color CSS Codes

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

#c259df Text Font Color

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

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


#c259df Background Color

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

This div background color is #c259df


#c259df Border Color

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

This div border color is #c259df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c259df


Comments

No comments written yet.

Please login to write comment.