Color Hex Logo

#c28aed Color Hex

#C28AED
(194,138,237)
0 Favorites   0 Comments

Color spaces of #c28aed

RGB 194138237
HSL0.760.730.74
HSV274°42°93°
CMYK 0.180.420.00   0.07
XYZ46.622735.760784.5660
Yxy35.76070.27930.2142
Hunter Lab59.800334.5154-41.9843
CIE-Lab66.336739.4274-41.8810

#c28aed color RGB value is (194,138,237).

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

The process color (four color CMYK) of #c28aed color hex is 0.18, 0.42, 0.00, 0.07. Web safe color of #c28aed is #cc99ff. Color #c28aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 11101101
Octal 302 212 355
Decimal 194 138 237
Hex C2 8A ED

RGB Percentages of Color #c28aed

%34.09
%24.25
%41.65

CMYK Percentages of Color #c28aed

%18
%42
%0
%7

Triadic Colors of #c28aed

#c28aed #edc28a #8aedc2

Analogous Colors of #c28aed

#c28aed #ed8ae7 #918aed

Monochromatic Colors of #c28aed

#c28aed

Complementary Color

#c28aed #b5ed8a

#c28aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28aed Color CSS Codes

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

#c28aed Text Font Color

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

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


#c28aed Background Color

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

This div background color is #c28aed


#c28aed Border Color

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

This div border color is #c28aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28aed


Comments

No comments written yet.

Please login to write comment.