Color Hex Logo

#c67abd Color Hex

#C67ABD
(198,122,189)
0 Favorites   0 Comments

Color spaces of #c67abd

RGB 198122189
HSL0.850.400.63
HSV307°38°78°
CMYK 0.000.380.05   0.22
XYZ39.433529.599051.7789
Yxy29.59900.32640.2450
Hunter Lab54.405034.1707-18.3447
CIE-Lab61.306739.6987-22.8215

#c67abd color RGB value is (198,122,189).

#c67abd hex color red value is 198, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c67abd hue: 0.85 , saturation: 0.40 and the lightness value of c67abd is 0.63.

The process color (four color CMYK) of #c67abd color hex is 0.00, 0.38, 0.05, 0.22. Web safe color of #c67abd is #cc66cc. Color #c67abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111010 10111101
Octal 306 172 275
Decimal 198 122 189
Hex C6 7A BD

RGB Percentages of Color #c67abd

%38.90
%23.97
%37.13

CMYK Percentages of Color #c67abd

%0
%38
%5
%22

Triadic Colors of #c67abd

#c67abd #bdc67a #7abdc6

Analogous Colors of #c67abd

#c67abd #c67a97 #a97ac6

Monochromatic Colors of #c67abd

#c67abd

Complementary Color

#c67abd #7ac683

#c67abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67abd Color CSS Codes

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

#c67abd Text Font Color

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

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


#c67abd Background Color

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

This div background color is #c67abd


#c67abd Border Color

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

This div border color is #c67abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67abd


Comments

No comments written yet.

Please login to write comment.