Color Hex Logo

#c28ee2 Color Hex

#C28EE2
(194,142,226)
0 Favorites   0 Comments

Color spaces of #c28ee2

RGB 194142226
HSL0.770.590.72
HSV277°37°89°
CMYK 0.140.370.00   0.11
XYZ45.648636.306376.5534
Yxy36.30630.28800.2290
Hunter Lab60.254729.7848-33.1494
CIE-Lab66.753334.8660-35.1627

#c28ee2 color RGB value is (194,142,226).

#c28ee2 hex color red value is 194, green value is 142 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #c28ee2 hue: 0.77 , saturation: 0.59 and the lightness value of c28ee2 is 0.72.

The process color (four color CMYK) of #c28ee2 color hex is 0.14, 0.37, 0.00, 0.11. Web safe color of #c28ee2 is #cc99cc. Color #c28ee2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001110 11100010
Octal 302 216 342
Decimal 194 142 226
Hex C2 8E E2

RGB Percentages of Color #c28ee2

%34.52
%25.27
%40.21

CMYK Percentages of Color #c28ee2

%14
%37
%0
%11

Triadic Colors of #c28ee2

#c28ee2 #e2c28e #8ee2c2

Analogous Colors of #c28ee2

#c28ee2 #e28ed8 #988ee2

Monochromatic Colors of #c28ee2

#c28ee2

Complementary Color

#c28ee2 #aee28e

#c28ee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28ee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28ee2 Color CSS Codes

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

#c28ee2 Text Font Color

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

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


#c28ee2 Background Color

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

This div background color is #c28ee2


#c28ee2 Border Color

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

This div border color is #c28ee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28ee2


Comments

No comments written yet.

Please login to write comment.