Color Hex Logo

#c67aeb Color Hex

#C67AEB
(198,122,235)
0 Favorites   0 Comments

Color spaces of #c67aeb

RGB 198122235
HSL0.780.740.70
HSV280°48°92°
CMYK 0.160.480.00   0.08
XYZ45.243631.923082.3744
Yxy31.92300.28360.2001
Hunter Lab56.500444.0609-46.8911
CIE-Lab63.279248.6791-45.5505

#c67aeb color RGB value is (198,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111010 11101011
Octal 306 172 353
Decimal 198 122 235
Hex C6 7A EB

RGB Percentages of Color #c67aeb

%35.68
%21.98
%42.34

CMYK Percentages of Color #c67aeb

%16
%48
%0
%8

Triadic Colors of #c67aeb

#c67aeb #ebc67a #7aebc6

Analogous Colors of #c67aeb

#c67aeb #eb7ad8 #8e7aeb

Monochromatic Colors of #c67aeb

#c67aeb

Complementary Color

#c67aeb #9feb7a

#c67aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67aeb Color CSS Codes

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

#c67aeb Text Font Color

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

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


#c67aeb Background Color

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

This div background color is #c67aeb


#c67aeb Border Color

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

This div border color is #c67aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67aeb


Comments

No comments written yet.

Please login to write comment.