Color Hex Logo

#c67bef Color Hex

#C67BEF
(198,123,239)
0 Favorites   0 Comments

Color spaces of #c67bef

RGB 198123239
HSL0.770.780.71
HSV279°49°94°
CMYK 0.170.490.00   0.06
XYZ45.951632.403785.4940
Yxy32.40370.28050.1978
Hunter Lab56.924244.4751-49.2001
CIE-Lab63.675148.9983-47.1399

#c67bef color RGB value is (198,123,239).

#c67bef hex color red value is 198, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c67bef hue: 0.77 , saturation: 0.78 and the lightness value of c67bef is 0.71.

The process color (four color CMYK) of #c67bef color hex is 0.17, 0.49, 0.00, 0.06. Web safe color of #c67bef is #cc66ff. Color #c67bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111011 11101111
Octal 306 173 357
Decimal 198 123 239
Hex C6 7B EF

RGB Percentages of Color #c67bef

%35.36
%21.96
%42.68

CMYK Percentages of Color #c67bef

%17
%49
%0
%6

Triadic Colors of #c67bef

#c67bef #efc67b #7befc6

Analogous Colors of #c67bef

#c67bef #ef7bde #8c7bef

Monochromatic Colors of #c67bef

#c67bef

Complementary Color

#c67bef #a4ef7b

#c67bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67bef Color CSS Codes

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

#c67bef Text Font Color

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

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


#c67bef Background Color

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

This div background color is #c67bef


#c67bef Border Color

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

This div border color is #c67bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67bef


Comments

No comments written yet.

Please login to write comment.