Color Hex Logo

#c490fb Color Hex

#C490FB
(196,144,251)
0 Favorites   0 Comments

Color spaces of #c490fb

RGB 196144251
HSL0.750.930.77
HSV269°43°98°
CMYK 0.220.430.00   0.02
XYZ50.150838.647396.0832
Yxy38.64730.27130.2090
Hunter Lab62.167035.2058-48.1198
CIE-Lab68.495039.8301-46.1530

#c490fb color RGB value is (196,144,251).

#c490fb hex color red value is 196, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c490fb hue: 0.75 , saturation: 0.93 and the lightness value of c490fb is 0.77.

The process color (four color CMYK) of #c490fb color hex is 0.22, 0.43, 0.00, 0.02. Web safe color of #c490fb is #cc99ff. Color #c490fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010000 11111011
Octal 304 220 373
Decimal 196 144 251
Hex C4 90 FB

RGB Percentages of Color #c490fb

%33.16
%24.37
%42.47

CMYK Percentages of Color #c490fb

%22
%43
%0
%2

Triadic Colors of #c490fb

#c490fb #fbc490 #90fbc4

Analogous Colors of #c490fb

#c490fb #fa90fb #9092fb

Monochromatic Colors of #c490fb

#c490fb

Complementary Color

#c490fb #c7fb90

#c490fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c490fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c490fb Color CSS Codes

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

#c490fb Text Font Color

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

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


#c490fb Background Color

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

This div background color is #c490fb


#c490fb Border Color

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

This div border color is #c490fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,144,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 #c490fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c490fb


Comments

No comments written yet.

Please login to write comment.