Color Hex Logo

#c459f2 Color Hex

#C459F2
(196,89,242)
0 Favorites   0 Comments

Color spaces of #c459f2

RGB 19689242
HSL0.780.850.65
HSV282°63°95°
CMYK 0.190.630.00   0.05
XYZ42.364325.291386.6533
Yxy25.29130.27450.1639
Hunter Lab50.290562.3588-66.9567
CIE-Lab57.358265.7370-58.8615

#c459f2 color RGB value is (196,89,242).

#c459f2 hex color red value is 196, green value is 89 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #c459f2 hue: 0.78 , saturation: 0.85 and the lightness value of c459f2 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011001 11110010
Octal 304 131 362
Decimal 196 89 242
Hex C4 59 F2

RGB Percentages of Color #c459f2

%37.19
%16.89
%45.92

CMYK Percentages of Color #c459f2

%19
%63
%0
%5

Triadic Colors of #c459f2

#c459f2 #f2c459 #59f2c4

Analogous Colors of #c459f2

#c459f2 #f259d4 #7859f2

Monochromatic Colors of #c459f2

#c459f2

Complementary Color

#c459f2 #87f259

#c459f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c459f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c459f2 Color CSS Codes

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

#c459f2 Text Font Color

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

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


#c459f2 Background Color

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

This div background color is #c459f2


#c459f2 Border Color

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

This div border color is #c459f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c459f2


Comments

No comments written yet.

Please login to write comment.