Color Hex Logo

#c259fb Color Hex

#C259FB
(194,89,251)
0 Favorites   0 Comments

Color spaces of #c259fb

RGB 19489251
HSL0.770.950.67
HSV279°65°98°
CMYK 0.230.650.00   0.02
XYZ43.233125.579193.9254
Yxy25.57910.26570.1572
Hunter Lab50.575864.0774-74.7057
CIE-Lab57.635467.1354-63.4296

#c259fb color RGB value is (194,89,251).

#c259fb hex color red value is 194, green value is 89 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c259fb hue: 0.77 , saturation: 0.95 and the lightness value of c259fb is 0.67.

The process color (four color CMYK) of #c259fb color hex is 0.23, 0.65, 0.00, 0.02. Web safe color of #c259fb is #cc66ff. Color #c259fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011001 11111011
Octal 302 131 373
Decimal 194 89 251
Hex C2 59 FB

RGB Percentages of Color #c259fb

%36.33
%16.67
%47.00

CMYK Percentages of Color #c259fb

%23
%65
%0
%2

Triadic Colors of #c259fb

#c259fb #fbc259 #59fbc2

Analogous Colors of #c259fb

#c259fb #fb59e3 #7159fb

Monochromatic Colors of #c259fb

#c259fb

Complementary Color

#c259fb #92fb59

#c259fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c259fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c259fb Color CSS Codes

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

#c259fb Text Font Color

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

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


#c259fb Background Color

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

This div background color is #c259fb


#c259fb Border Color

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

This div border color is #c259fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c259fb


Comments

No comments written yet.

Please login to write comment.