Color Hex Logo

#c67afa Color Hex

#C67AFA
(198,122,250)
0 Favorites   0 Comments

Color spaces of #c67afa

RGB 198122250
HSL0.770.930.73
HSV276°51°98°
CMYK 0.210.510.00   0.02
XYZ47.503632.827094.2750
Yxy32.82700.27210.1880
Hunter Lab57.294947.7297-57.4515
CIE-Lab64.020651.8785-52.6566

#c67afa color RGB value is (198,122,250).

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

The process color (four color CMYK) of #c67afa color hex is 0.21, 0.51, 0.00, 0.02. Web safe color of #c67afa is #cc66ff. Color #c67afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111010 11111010
Octal 306 172 372
Decimal 198 122 250
Hex C6 7A FA

RGB Percentages of Color #c67afa

%34.74
%21.40
%43.86

CMYK Percentages of Color #c67afa

%21
%51
%0
%2

Triadic Colors of #c67afa

#c67afa #fac67a #7afac6

Analogous Colors of #c67afa

#c67afa #fa7aee #867afa

Monochromatic Colors of #c67afa

#c67afa

Complementary Color

#c67afa #aefa7a

#c67afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67afa Color CSS Codes

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

#c67afa Text Font Color

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

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


#c67afa Background Color

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

This div background color is #c67afa


#c67afa Border Color

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

This div border color is #c67afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67afa

Related Colors


Comments

No comments written yet.

Please login to write comment.