Color Hex Logo

#c28ee9 Color Hex

#C28EE9
(194,142,233)
0 Favorites   0 Comments

Color spaces of #c28ee9

RGB 194142233
HSL0.760.670.74
HSV274°39°91°
CMYK 0.170.390.00   0.09
XYZ46.629136.698581.7167
Yxy36.69850.28250.2224
Hunter Lab60.579331.3813-37.5721
CIE-Lab67.050236.3698-38.5624

#c28ee9 color RGB value is (194,142,233).

#c28ee9 hex color red value is 194, green value is 142 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #c28ee9 hue: 0.76 , saturation: 0.67 and the lightness value of c28ee9 is 0.74.

The process color (four color CMYK) of #c28ee9 color hex is 0.17, 0.39, 0.00, 0.09. Web safe color of #c28ee9 is #cc99ff. Color #c28ee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001110 11101001
Octal 302 216 351
Decimal 194 142 233
Hex C2 8E E9

RGB Percentages of Color #c28ee9

%34.09
%24.96
%40.95

CMYK Percentages of Color #c28ee9

%17
%39
%0
%9

Triadic Colors of #c28ee9

#c28ee9 #e9c28e #8ee9c2

Analogous Colors of #c28ee9

#c28ee9 #e98ee3 #958ee9

Monochromatic Colors of #c28ee9

#c28ee9

Complementary Color

#c28ee9 #b5e98e

#c28ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28ee9 Color CSS Codes

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

#c28ee9 Text Font Color

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

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


#c28ee9 Background Color

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

This div background color is #c28ee9


#c28ee9 Border Color

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

This div border color is #c28ee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28ee9


Comments

No comments written yet.

Please login to write comment.