Color Hex Logo

#c289fa Color Hex

#C289FA
(194,137,250)
0 Favorites   0 Comments

Color spaces of #c289fa

RGB 194137250
HSL0.750.920.76
HSV270°45°98°
CMYK 0.220.450.00   0.02
XYZ48.449136.262894.8883
Yxy36.26280.26980.2019
Hunter Lab60.218638.2303-51.2721
CIE-Lab66.720242.8574-48.4145

#c289fa color RGB value is (194,137,250).

#c289fa hex color red value is 194, green value is 137 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c289fa hue: 0.75 , saturation: 0.92 and the lightness value of c289fa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001001 11111010
Octal 302 211 372
Decimal 194 137 250
Hex C2 89 FA

RGB Percentages of Color #c289fa

%33.39
%23.58
%43.03

CMYK Percentages of Color #c289fa

%22
%45
%0
%2

Triadic Colors of #c289fa

#c289fa #fac289 #89fac2

Analogous Colors of #c289fa

#c289fa #fa89fa #8a89fa

Monochromatic Colors of #c289fa

#c289fa

Complementary Color

#c289fa #c1fa89

#c289fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c289fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c289fa Color CSS Codes

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

#c289fa Text Font Color

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

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


#c289fa Background Color

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

This div background color is #c289fa


#c289fa Border Color

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

This div border color is #c289fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c289fa


Comments

No comments written yet.

Please login to write comment.