Color Hex Logo

#c67aea Color Hex

#C67AEA
(198,122,234)
0 Favorites   0 Comments

Color spaces of #c67aea

RGB 198122234
HSL0.780.730.70
HSV281°48°92°
CMYK 0.150.480.00   0.08
XYZ45.099531.865381.6155
Yxy31.86530.28440.2009
Hunter Lab56.449443.8239-46.2080
CIE-Lab63.231448.4702-45.0715

#c67aea color RGB value is (198,122,234).

#c67aea hex color red value is 198, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c67aea hue: 0.78 , saturation: 0.73 and the lightness value of c67aea is 0.70.

The process color (four color CMYK) of #c67aea color hex is 0.15, 0.48, 0.00, 0.08. Web safe color of #c67aea is #cc66ff. Color #c67aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111010 11101010
Octal 306 172 352
Decimal 198 122 234
Hex C6 7A EA

RGB Percentages of Color #c67aea

%35.74
%22.02
%42.24

CMYK Percentages of Color #c67aea

%15
%48
%0
%8

Triadic Colors of #c67aea

#c67aea #eac67a #7aeac6

Analogous Colors of #c67aea

#c67aea #ea7ad6 #8e7aea

Monochromatic Colors of #c67aea

#c67aea

Complementary Color

#c67aea #9eea7a

#c67aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67aea Color CSS Codes

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

#c67aea Text Font Color

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

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


#c67aea Background Color

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

This div background color is #c67aea


#c67aea Border Color

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

This div border color is #c67aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,122,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c67aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c67aea;
  -webkit-box-shadow: 1px 1px 3px 2px #c67aea;
  box-shadow:         1px 1px 3px 2px #c67aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,122,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67aea


Comments

No comments written yet.

Please login to write comment.