Color Hex Logo

#c28aec Color Hex

#C28AEC
(194,138,236)
0 Favorites   0 Comments

Color spaces of #c28aec

RGB 194138236
HSL0.760.720.73
HSV274°42°93°
CMYK 0.180.420.00   0.07
XYZ46.476935.702483.7985
Yxy35.70240.28000.2151
Hunter Lab59.751534.2788-41.3252
CIE-Lab66.291939.2089-41.4003

#c28aec color RGB value is (194,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 11101100
Octal 302 212 354
Decimal 194 138 236
Hex C2 8A EC

RGB Percentages of Color #c28aec

%34.15
%24.30
%41.55

CMYK Percentages of Color #c28aec

%18
%42
%0
%7

Triadic Colors of #c28aec

#c28aec #ecc28a #8aecc2

Analogous Colors of #c28aec

#c28aec #ec8ae5 #918aec

Monochromatic Colors of #c28aec

#c28aec

Complementary Color

#c28aec #b4ec8a

#c28aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28aec Color CSS Codes

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

#c28aec Text Font Color

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

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


#c28aec Background Color

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

This div background color is #c28aec


#c28aec Border Color

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

This div border color is #c28aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28aec


Comments

No comments written yet.

Please login to write comment.