Color Hex Logo

#c67cfb Color Hex

#C67CFB
(198,124,251)
0 Favorites   0 Comments

Color spaces of #c67cfb

RGB 198124251
HSL0.760.940.74
HSV275°51°98°
CMYK 0.210.510.00   0.02
XYZ47.908933.386195.1859
Yxy33.38610.27150.1892
Hunter Lab57.780746.8871-57.2258
CIE-Lab64.472351.0567-52.4897

#c67cfb color RGB value is (198,124,251).

#c67cfb hex color red value is 198, green value is 124 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c67cfb hue: 0.76 , saturation: 0.94 and the lightness value of c67cfb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111100 11111011
Octal 306 174 373
Decimal 198 124 251
Hex C6 7C FB

RGB Percentages of Color #c67cfb

%34.55
%21.64
%43.80

CMYK Percentages of Color #c67cfb

%21
%51
%0
%2

Triadic Colors of #c67cfb

#c67cfb #fbc67c #7cfbc6

Analogous Colors of #c67cfb

#c67cfb #fb7cf1 #877cfb

Monochromatic Colors of #c67cfb

#c67cfb

Complementary Color

#c67cfb #b1fb7c

#c67cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67cfb Color CSS Codes

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

#c67cfb Text Font Color

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

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


#c67cfb Background Color

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

This div background color is #c67cfb


#c67cfb Border Color

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

This div border color is #c67cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67cfb

#c67cfb Color Palettes


Comments

No comments written yet.

Please login to write comment.