Color Hex Logo

#c28af9 Color Hex

#C28AF9
(194,138,249)
0 Favorites   0 Comments

Color spaces of #c28af9

RGB 194138249
HSL0.750.900.76
HSV270°45°98°
CMYK 0.220.450.00   0.02
XYZ48.435536.485894.1122
Yxy36.48580.27050.2038
Hunter Lab60.403537.4270-50.0949
CIE-Lab66.889542.0907-47.6004

#c28af9 color RGB value is (194,138,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 11111001
Octal 302 212 371
Decimal 194 138 249
Hex C2 8A F9

RGB Percentages of Color #c28af9

%33.39
%23.75
%42.86

CMYK Percentages of Color #c28af9

%22
%45
%0
%2

Triadic Colors of #c28af9

#c28af9 #f9c28a #8af9c2

Analogous Colors of #c28af9

#c28af9 #f98af9 #8b8af9

Monochromatic Colors of #c28af9

#c28af9

Complementary Color

#c28af9 #c1f98a

#c28af9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28af9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28af9 Color CSS Codes

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

#c28af9 Text Font Color

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

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


#c28af9 Background Color

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

This div background color is #c28af9


#c28af9 Border Color

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

This div border color is #c28af9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28af9


Comments

No comments written yet.

Please login to write comment.