Color Hex Logo

#c67bff Color Hex

#C67BFF
(198,123,255)
0 Favorites   0 Comments

Color spaces of #c67bff

RGB 198123255
HSL0.761.000.74
HSV274°52°100°
CMYK 0.220.520.00   0.00
XYZ48.421733.391798.5009
Yxy33.39170.26850.1852
Hunter Lab57.785648.4503-60.6155
CIE-Lab64.476852.4520-54.6766

#c67bff color RGB value is (198,123,255).

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

The process color (four color CMYK) of #c67bff color hex is 0.22, 0.52, 0.00, 0.00. Web safe color of #c67bff is #cc66ff. Color #c67bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111011 11111111
Octal 306 173 377
Decimal 198 123 255
Hex C6 7B FF

RGB Percentages of Color #c67bff

%34.38
%21.35
%44.27

CMYK Percentages of Color #c67bff

%22
%52
%0
%0

Triadic Colors of #c67bff

#c67bff #ffc67b #7bffc6

Analogous Colors of #c67bff

#c67bff #ff7bf6 #847bff

Monochromatic Colors of #c67bff

#c67bff

Complementary Color

#c67bff #b4ff7b

#c67bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67bff Color CSS Codes

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

#c67bff Text Font Color

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

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


#c67bff Background Color

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

This div background color is #c67bff


#c67bff Border Color

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

This div border color is #c67bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67bff


Comments

No comments written yet.

Please login to write comment.